MongoDB.Bson.MaterializedOnDemandBsonArray.CompareTo C# (CSharp) Метод

CompareTo() публичный Метод

Compares the array to another array.
public CompareTo ( BsonArray other ) : int
other BsonArray The other array.
Результат int
        public override int CompareTo(BsonArray other)
        {
            EnsureIsMaterialized();
            return base.CompareTo(other);
        }

Same methods

MaterializedOnDemandBsonArray::CompareTo ( BsonValue other ) : int