Click or drag to resize

Decimal128Equals Method (Decimal128)

[Missing <summary> documentation for "M:MongoDB.Bson.Decimal128.Equals(MongoDB.Bson.Decimal128)"]

Namespace:  MongoDB.Bson
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax
public bool Equals(
	Decimal128 other
)

Parameters

other
Type: MongoDB.BsonDecimal128

[Missing <param name="other"/> documentation for "M:MongoDB.Bson.Decimal128.Equals(MongoDB.Bson.Decimal128)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:MongoDB.Bson.Decimal128.Equals(MongoDB.Bson.Decimal128)"]

Implements

IEquatableTEquals(T)
See Also