DashPatternEquals Method ByteScout PDF SDK
Determines whether the specified System.Object is equal to the current Bytescout.PDF.DashPattern.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The System.Object to compare with the current Bytescout.PDF.DashPattern.

Return Value

Type: Boolean
true if the specified System.Object is equal to the current Bytescout.PDF.DashPattern; otherwise, false.
See Also

Reference