Row.Equals
Equals(object)
Checks whether this object refers to the same row with another.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | another object |
Return Value
true if two objects refers to the same row.
See Also
- class Row
- namespace Aspose.Cells
- assembly Aspose.Cells
Equals(Row)
Checks whether this object refers to the same row with another row object.
public bool Equals(Row row)
Parameter | Type | Description |
---|---|---|
row | Row | another row object |
Return Value
true if two row objects refers to the same row.
See Also
- class Row
- namespace Aspose.Cells
- assembly Aspose.Cells