NatConfigurationEquals(INatConfiguration) Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic 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 INatConfiguration
-
Return Value
Boolean
See Also