GcSpread.Sheets Namespace > RangeGroup type : equals Method |
var instance = new GcSpread.Sheets.RangeGroup(count); var value; // Type: boolean value = instance.equals(obj);
function equals( obj : object ) : boolean;
true
if the specified range group is equal to the current range group; otherwise, false
.