| SDPAttributeEquals Method (SDPAttribute) | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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: 
BooleanImplements
IEquatableTEquals(T)
See Also