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
idobjectThe Id.
Returns
- bool
 True if the Id is empty.
Tests whether an Id is empty.
public bool IsEmpty(object id)
id objectThe Id.
True if the Id is empty.