SubscriptionInfoEquals Method (SubscriptionInfo) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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:
Boolean
See Also