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

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

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

Same methods

MaterializedOnDemandBsonArray::CompareTo ( BsonArray other ) : int