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