SDPAttributeEquals Method (SDPAttribute) |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: Ozeki.MediaSDPAttribute
Return Value
Type:
Boolean
See Also