TransportAddressKeyEquals Method (TransportAddressKey) |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: Ozeki.NetworkTransportAddressKey
Return Value
Type:
Boolean
See Also