Host.Equals Method (Host) |
Determines if the this instance can be considered equal to the provided host.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.5.0
Syntaxpublic bool Equals(
Host other
)
Parameters
- other
- Type: Dse.Host
Return Value
Type:
BooleanImplements
IEquatable<T>.Equals(T)
See Also