__WinDate.Equality Operator (__WinDate, Date) | |
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 ==(
__WinDate lhs,
Date rhs
)
Request Example
View SourceParameters
- lhs
- Type: __WinDate
- rhs
- Type: Date
Return Value
Type:
LogicSee Also