Row.Equals

Equals(object)

Checks whether this object refers to the same row with another.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectanother object

Return Value

true if two objects refers to the same row.

See Also


Equals(Row)

Checks whether this object refers to the same row with another row object.

public bool Equals(Row row)
ParameterTypeDescription
rowRowanother row object

Return Value

true if two row objects refers to the same row.

See Also