GemBox.Spreadsheet

CellRange.Equals Method 

Determines whether the specified CellRange is equal to the current CellRange.

public override bool Equals(
   object obj
);

Parameters

obj
Object of CellRange type.

Return Value

true if the specified CellRange is equal to the current CellRange; otherwise, false.

See Also

CellRange Class | GemBox.Spreadsheet Namespace