__WinBool.Equality Operator (__WinBool, Logic) | |
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC OPERATOR ==(
lhs AS LOGIC,
rhs AS LOGIC
) AS LOGIC
public static bool operator ==(
__WinBool lhs,
bool rhs
)
Request Example
View SourceParameters
- lhs
- Type: __WinBool
- rhs
- Type: Logic
Return Value
Type:
LogicSee Also