Click or drag to resize
BsonTimestampInequality Operator
Compares two BsonTimestamp values.

Namespace: MongoDB.Bson
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
public static bool operator !=(
	BsonTimestamp lhs,
	BsonTimestamp rhs
)

Parameters

lhs
Type: MongoDB.BsonBsonTimestamp
The first BsonTimestamp.
rhs
Type: MongoDB.BsonBsonTimestamp
The other BsonTimestamp.

Return Value

Type: Boolean
True if the two BsonTimestamp values are not equal according to ==.
See Also