Click or drag to resize

BsonInt32Equals Method (Object)

Compares this BsonInt32 to another object.

Namespace:  MongoDB.Bson
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The other object.

Return Value

Type: Boolean
True if the other object is a BsonInt32 and equal to this one.
See Also