Method Equals
Equals(BsonArray)
Compares this array to another array.
Parameters
obj
BsonArray The other array.
Returns
- bool
True if the two arrays are equal.
Equals(object)
Compares this BsonArray to another object.
Parameters
obj
objectThe other object.
Returns
- bool
True if the other object is a BsonArray and equal to this one.