Click or drag to resize

PdfLineDataEquals Method

Determines if another LineData object has the same property settings.

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

Parameters

obj
Type: SystemObject
An LineData object to compare.

Return Value

Type: Boolean
True if the object provided has the same property values.
Remarks
Some unique properties are not compared, such as Name and ModifiedTime.
See Also