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