TransportAddressKeyEquals(TransportAddressKey) Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic bool Equals(
TransportAddressKey other
)
Public Function Equals (
other As TransportAddressKey
) As Boolean
public:
virtual bool Equals(
TransportAddressKey^ other
) sealed
abstract Equals :
other : TransportAddressKey -> bool
override Equals :
other : TransportAddressKey -> bool
Parameters
- other TransportAddressKey
-
Return Value
Boolean
See Also