BsonJavaScriptWithScopeInequality Operator |
Compares two BsonJavaScriptWithScope values.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.7.3+Branch.v2.7.x.Sha.2f1f2be13a23b8520cb9c2ee8439c022f9a03efe
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 not equal according to ==.
See Also