DialInfoEquals Method (DialInfo) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool Equals(
DialInfo other
)
Public Function Equals (
other As DialInfo
) As Boolean
public:
virtual bool Equals(
DialInfo^ other
) sealed
abstract Equals :
other : DialInfo -> bool
override Equals :
other : DialInfo -> bool
Parameters
- other
- Type: Ozeki.VoIPDialInfo
Return Value
Type:
Boolean
See Also