TextStyle.Equality Operator

Determines whether the two specified styles are equal to each other.

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public static bool operator ==(
	TextStyle left,
	TextStyle right
)
VB
Public Shared Operator = ( 
	left As TextStyle,
	right As TextStyle
) As Boolean

Parameters

left
Type: BitMiracle.Docotic.Pdf.Layout.TextStyle
The first style to compare.
right
Type: BitMiracle.Docotic.Pdf.Layout.TextStyle
The second style to compare.

Return Value

Type: Boolean
true if specified styles are equal to each other; otherwise, false.

See Also