Date.Equals Method (Date) | |
Indicates whether the current object is equal to another object of the same type.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax METHOD Equals(
lhs AS DATE
) AS LOGIC
public bool Equals(
Date lhs
)
Request Example
View SourceParameters
- lhs
- Type: Date
Return Value
Type:
Logic if the current object is equal to the
other parameter; otherwise,
.
Implements
Equals(T)See Also