Table of Contents

Method CompareTo

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

CompareTo(BsonInt64)

Compares this BsonInt64 to another BsonInt64.

public int CompareTo(BsonInt64 other)

Parameters

other BsonInt64

The other BsonInt64.

Returns

int

A 32-bit signed integer that indicates whether this BsonInt64 is less than, equal to, or greather than the other.

CompareTo(BsonValue)

Compares the BsonInt64 to another BsonValue.

public override int CompareTo(BsonValue other)

Parameters

other BsonValue

The other BsonValue.

Returns

int

A 32-bit signed integer that indicates whether this BsonInt64 is less than, equal to, or greather than the other BsonValue.