Check if this instance of Range equal to the specified one.

Namespace:  AForge
Assembly:  AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System..::.Object
Another range to check equalty to.

Return Value

Return trueTruetruetrue (True in Visual Basic) if objects are equal.

See Also