Table of Contents

Method Equals

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Equals(BsonUndefined)

Compares this BsonUndefined to another BsonUndefined.

public bool Equals(BsonUndefined rhs)

Parameters

rhs BsonUndefined

The other BsonUndefined.

Returns

bool

True if the two BsonUndefined values are equal.

Equals(object)

Compares this BsonUndefined to another object.

public override bool Equals(object obj)

Parameters

obj object

The other object.

Returns

bool

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