BsonJavaScriptWithScopeEquality Operator |
Compares two BsonJavaScriptWithScope values.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
Syntax public 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 : bool
Parameters
- 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