Click or drag to resize
CSeqEquals Method (CSeq)
Tests if this CSeq is considered equal to another.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool Equals(
	CSeq seq
)

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