BsonJavaScriptWithScopeInequality Operator |
Compares two BsonJavaScriptWithScope values.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
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