Table of Contents

Method Equals

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

Equals(BsonBinaryData)

Compares this BsonBinaryData to another BsonBinaryData.

public bool Equals(BsonBinaryData rhs)

Parameters

rhs BsonBinaryData

The other BsonBinaryData.

Returns

bool

True if the two BsonBinaryData values are equal.

Equals(object)

Compares this BsonBinaryData to another object.

public override bool Equals(object obj)

Parameters

obj object

The other object.

Returns

bool

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