Table of Contents

Method Equals

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Equals(BsonNull)

Compares this BsonNull to another BsonNull.

public bool Equals(BsonNull rhs)

Parameters

rhs BsonNull

The other BsonNull.

Returns

bool

True if the two BsonNull values are equal.

Equals(object)

Compares this BsonNull to another object.

public override bool Equals(object obj)

Parameters

obj object

The other object.

Returns

bool

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