SDPAttributeEquals(SDPAttribute) Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic bool Equals(
SDPAttribute other
)
Public Function Equals (
other As SDPAttribute
) As Boolean
public:
virtual bool Equals(
SDPAttribute^ other
) sealed
abstract Equals :
other : SDPAttribute -> bool
override Equals :
other : SDPAttribute -> bool
Parameters
- other SDPAttribute
-
Return Value
Boolean
See Also