Click or drag to resize
CellBordersEquals Method
Determines whether the specified object is equal to the current CellBorders isntance.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare with the current CellBorders.

Return Value

Type: Boolean
true if the specified object is equal to the current CellBorders; otherwise, false.
See Also