Click or drag to resize
OGPenEquals Method
Compares two pens for equality.

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 this pen to.

Return Value

Type: Boolean
true if obj is equal to this pen.
See Also