Table of Contents

Method Equals

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Equals(BsonArray)

Compares this array to another array.

public bool Equals(BsonArray obj)

Parameters

obj BsonArray

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

obj object

The other object.

Returns

bool

True if the other object is a BsonArray and equal to this one.