Table of Contents

Method CompareTo

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

CompareTo(BsonInt32)

Compares this BsonInt32 to another BsonInt32.

public int CompareTo(BsonInt32 other)

Parameters

other BsonInt32

The other BsonInt32.

Returns

int

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

CompareTo(BsonValue)

Compares the BsonInt32 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 BsonInt32 is less than, equal to, or greather than the other BsonValue.