| BsonUndefinedEquals Method (Object) | 
            Compares this BsonUndefined to another object.
            
 
Namespace: MongoDB.BsonAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.0.1
Syntaxpublic override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool Parameters
- obj
 - Type: SystemObject
The other object. 
Return Value
Type: 
BooleanTrue if the other object is a BsonUndefined and equal to this one.
See Also