Click or drag to resize
CSeqEquality Operator
Equality operator.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static bool operator ==(
	CSeq a,
	CSeq b
)

Parameters

a
Type: StreamCoders.RtspCSeq
The first instance to compare.
b
Type: StreamCoders.RtspCSeq
The second instance to compare.

Return Value

Type: Boolean
true if the parameters are considered equivalent.
See Also