Click or drag to resize

AnnotationPenEquals Method

Compares this AnnotationPen with another to test if they are equal.

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 AnnotationPen to compare against.

Return Value

Type: Boolean
True if they are equal.
See Also