Method IsEmpty
- Namespace
- MongoDB.Bson.Serialization.IdGenerators
- Assembly
- MongoDB.Bson.dll
IsEmpty(object)
Tests whether an id is empty.
public bool IsEmpty(object id)
Parameters
id
objectThe id to test.
Returns
- bool
True if the Id is empty. False otherwise