SubscriptionInfoEquals Method (SubscriptionInfo) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool Equals(
SubscriptionInfo other
)
Public Function Equals (
other As SubscriptionInfo
) As Boolean
public:
virtual bool Equals(
SubscriptionInfo^ other
) sealed
abstract Equals :
other : SubscriptionInfo -> bool
override Equals :
other : SubscriptionInfo -> bool
Parameters
- other
- Type: Ozeki.VoIPSubscriptionInfo
Return Value
Type:
BooleanImplements
IEquatableTEquals(T)See Also