Table of Contents

Operator operator ==

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

operator ==(BsonSymbol, BsonSymbol)

Compares two BsonSymbol values.

public static bool operator ==(BsonSymbol lhs, BsonSymbol rhs)

Parameters

lhs BsonSymbol

The first BsonSymbol.

rhs BsonSymbol

The other BsonSymbol.

Returns

bool

True if the two BsonSymbol values are equal according to ==.