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