InfoDataEquals(InfoData) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntaxpublic bool Equals(
InfoData other
)
Public Function Equals (
other As InfoData
) As Boolean
public:
virtual bool Equals(
InfoData^ other
) sealed
abstract Equals :
other : InfoData -> bool
override Equals :
other : InfoData -> bool Parameters
- other InfoData
-
Return Value
BooleanImplements
IEquatableTEquals(T)
See Also