Table of Contents

Method Equals

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Equals(BsonInt64)

Compares this BsonInt64 to another BsonInt64.

public bool Equals(BsonInt64 rhs)

Parameters

rhs BsonInt64

The other BsonInt64.

Returns

bool

True if the two BsonInt64 values are equal.

Equals(object)

Compares this BsonInt64 to another object.

public override bool Equals(object obj)

Parameters

obj object

The other object.

Returns

bool

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