TransportAddressKeyEquals Method (TransportAddressKey) |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
BooleanImplements
IEquatableTEquals(T)See Also