BsonJavaScriptWithScopeEquality Operator  | 
 
            Compares two BsonJavaScriptWithScope values.
            
 
    Namespace: 
   MongoDB.Bson
    Assembly:
   MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntaxpublic static bool operator ==(
	BsonJavaScriptWithScope lhs,
	BsonJavaScriptWithScope rhs
)
Public Shared Operator = ( 
	lhs As BsonJavaScriptWithScope,
	rhs As BsonJavaScriptWithScope
) As Boolean
static let inline (=)
        lhs : BsonJavaScriptWithScope * 
        rhs : BsonJavaScriptWithScope  : boolParameters
- lhs
 - Type: MongoDB.BsonBsonJavaScriptWithScope
The first BsonJavaScriptWithScope. - rhs
 - Type: MongoDB.BsonBsonJavaScriptWithScope
The other BsonJavaScriptWithScope. 
Return Value
Type: 
BooleanTrue if the two BsonJavaScriptWithScope values are equal according to ==.
See Also