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

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare to this object.

Return Value

Type: Boolean
true if the objects are considered equal, false if they are not.
See Also