Method Equals
Equals(BsonArray)
Compares this array to another array.
public bool Equals(BsonArray obj)Parameters
- objBsonArray
- The 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
- objobject
- The other object. 
Returns
- bool
- True if the other object is a BsonArray and equal to this one.