SubscriptionInfoEquals(SubscriptionInfo) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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 SubscriptionInfo
-
Return Value
Boolean
See Also