Tests if this CSeq is considered equal to another.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool Equals(
CSeq seq
)
Public Function Equals (
seq As CSeq
) As Boolean
public:
bool Equals(
CSeq^ seq
)
member Equals :
seq : CSeq -> bool
Parameters
- seq
- Type: StreamCoders.RtspCSeq
The c sequence to compare to this object.
Return Value
Type:
Boolean
true if the objects are considered equal, false if they are not.
See Also