BoxDrawingStyleEquality Operator

Determines whether two instances of BoxDrawingStyle are equal.

Definition

Namespace: DevCase.Core.DataProcessing.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool operator ==(
	BoxDrawingStyle style1,
	BoxDrawingStyle style2
)

Parameters

style1  BoxDrawingStyle
The first BoxDrawingStyle to compare.
style2  BoxDrawingStyle
The second BoxDrawingStyle to compare.

Return Value

Boolean
if the specified instances are equal; otherwise, .

See Also