ServerApi.Equals Method (ServerApi) |
Indicates whether the current object is equal to another object of the same type.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
Syntaxpublic bool Equals(
ServerApi other
)
Public Function Equals (
other As ServerApi
) As Boolean
abstract Equals :
other : ServerApi -> bool
override Equals :
other : ServerApi -> bool
Parameters
- other
- Type: MongoDB.Driver.ServerApi
An object to compare with this object.
Return Value
Type:
Booleantrue if the current object is equal to the
other parameter; otherwise,
false.
Implements
IEquatable<T>.Equals(T)
See Also