Click or drag to resize
OGBrushEquals Method
Indicates whether this brush and a specified object are equal.

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 brush to.

Return Value

Type: Boolean
true if and only if this brush is equal to obj.
See Also