Click or drag to resize

AnnotationBrushEquals Method

Used to compare two AnnotationBrush objects.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The AnnotationBrush this object is compared to.

Return Value

Type: Boolean
True if the brush parameters are the same.
See Also