Compares the given ModuleInfo..::..QueueInfo to the current instance.

QueueInfos are considered equal if they have the same name.

Namespace: StreamBase.SB.Monitor
Assembly: StreamBase.SB.Monitor (in StreamBase.SB.Monitor.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Object
The object to compare.

Return Value

True if the two objects are the same.

See Also