BsonJavaScriptWithScopeEquals Method (Object) | 
 
            Compares this BsonJavaScriptWithScope to another object.
            
 
    Namespace: 
   MongoDB.Bson
    Assembly:
   MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
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 BsonJavaScriptWithScope and equal to this one.
See Also