BorderEquality Operator

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Implements the operator ==.

Namespace:  Apitron.PDF.Kit.Styles.Appearance
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public static bool operator ==(
	Border x,
	Border y
)

Parameters

x
Type: Apitron.PDF.Kit.Styles.AppearanceBorder
The x.
y
Type: Apitron.PDF.Kit.Styles.AppearanceBorder
The y.

Return Value

Type: Boolean
The result of the operator.
See Also

Reference