| BsonInt64Equals Method (BsonInt64) | 
 
            Compares this BsonInt64 to another BsonInt64.
            
 
    Namespace: 
   MongoDB.Bson
    Assembly:
   MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
 Syntax
Syntaxpublic bool Equals(
	BsonInt64 rhs
)
Public Function Equals ( 
	rhs As BsonInt64
) As Boolean
abstract Equals : 
        rhs : BsonInt64 -> bool 
override Equals : 
        rhs : BsonInt64 -> bool Parameters
- rhs
- Type: MongoDB.BsonBsonInt64
 The other BsonInt64.
Return Value
Type: 
BooleanTrue if the two BsonInt64 values are equal.
Implements
IEquatableTEquals(T) See Also
See Also