Equality operator.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public static bool operator ==(
CSeq a,
CSeq b
)
Public Shared Operator = (
a As CSeq,
b As CSeq
) As Boolean
public:
static bool operator ==(
CSeq^ a,
CSeq^ b
)
static let inline (=)
a : CSeq *
b : CSeq : bool
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