Click or drag to resize
RangeEquals Method
Determines whether this range is equal to another range.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare with the current Range.

Return Value

Type: Boolean
true if obj is equal to this range; false otherwise.
See Also