BsonDecimal128Equals Method (BsonDecimal128) | 
 
            Compares this BsonDecimal128 to another BsonDecimal128.
            
 
    Namespace: 
   MongoDB.Bson
    Assembly:
   MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntaxpublic bool Equals(
	BsonDecimal128 rhs
)
Public Function Equals ( 
	rhs As BsonDecimal128
) As Boolean
abstract Equals : 
        rhs : BsonDecimal128 -> bool 
override Equals : 
        rhs : BsonDecimal128 -> bool Parameters
- rhs
 - Type: MongoDB.BsonBsonDecimal128
The other BsonDecimal128. 
Return Value
Type: 
BooleanTrue if the two BsonDecimal128 values are equal.
Implements
IEquatableTEquals(T)
See Also