Table of Contents

Method Equals

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Equals(BsonSymbol)

Compares this BsonSymbol to another BsonSymbol.

public bool Equals(BsonSymbol rhs)

Parameters

rhs BsonSymbol

The other BsonSymbol.

Returns

bool

True if the two BsonSymbol values are equal.

Equals(object)

Compares this BsonSymbol to another object.

public override bool Equals(object obj)

Parameters

obj object

The other object.

Returns

bool

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