public static bool operator ==(
BoxDrawingStyle style1,
BoxDrawingStyle style2
)
Public Shared Operator = (
style1 As BoxDrawingStyle,
style2 As BoxDrawingStyle
) As Boolean
Dim style1 As BoxDrawingStyle
Dim style2 As BoxDrawingStyle
Dim returnValue As Boolean
returnValue = (style1 = style2)
public:
static bool operator ==(
BoxDrawingStyle style1,
BoxDrawingStyle style2
)
static let inline (=)
style1 : BoxDrawingStyle *
style2 : BoxDrawingStyle : bool
No code example is currently available or this language may not be supported.