NatConfigurationEquals Method (INatConfiguration) |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: Ozeki.NetworkINatConfiguration
Return Value
Type:
Boolean
See Also