BsonInt32Equals Method (BsonInt32) |
Compares this BsonInt32 to another BsonInt32.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
Syntax public bool Equals(
BsonInt32 rhs
)
Public Function Equals (
rhs As BsonInt32
) As Boolean
abstract Equals :
rhs : BsonInt32 -> bool
override Equals :
rhs : BsonInt32 -> bool
Parameters
- rhs
- Type: MongoDB.BsonBsonInt32
The other BsonInt32.
Return Value
Type:
BooleanTrue if the two BsonInt32 values are equal.
Implements
IEquatableTEquals(T)See Also