| BuildInfoResultEquals Method (BuildInfoResult) | 
Indicates whether the current object is equal to another object of the same type.
 
Namespace: MongoDB.Driver.Core.ConnectionsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.1.0
 Syntax
Syntaxpublic bool Equals(
	BuildInfoResult other
)
Public Function Equals ( 
	other As BuildInfoResult
) As Boolean
abstract Equals : 
        other : BuildInfoResult -> bool 
override Equals : 
        other : BuildInfoResult -> bool Parameters
- other
- Type: MongoDB.Driver.Core.ConnectionsBuildInfoResult
 An object to compare with this object.
Return Value
Type: 
Booleantrue if the current object is equal to the 
other parameter; otherwise, false.
Implements
IEquatableTEquals(T) See Also
See Also