NatConfigurationEquals Method (INatConfiguration) |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool Equals(
INatConfiguration other
)
Public Function Equals (
other As INatConfiguration
) As Boolean
public:
virtual bool Equals(
INatConfiguration^ other
) sealed
abstract Equals :
other : INatConfiguration -> bool
override Equals :
other : INatConfiguration -> bool
Parameters
- other
- Type: Ozeki.NetworkINatConfiguration
Return Value
Type:
BooleanImplements
IEquatableTEquals(T)See Also