Parameters
- o
- Object to compare
Return Value
true if the objects are equivalent; false otherwise
FarPoint.Web.Spread.Row r;
bool b;
r = FpSpread1.ActiveSheetView.Rows[0];
b = r.Equals(FpSpread1.ActiveSheetView.Rows[0])
Dim r As FarPoint.Web.Spread.Row dim b as Boolean r = FpSpread1.ActiveSheetView.Rows(0) b = r.Equals(FpSpread1.ActiveSheetView.Rows(0))