__WinDate.Equals Method | |
Indicates whether this instance and a specified object are equal.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax VIRTUAL METHOD Equals(
obj AS Object
) AS LOGIC
public override bool Equals(
Object obj
)
Request Example
View SourceParameters
- obj
- Type: Object
The object to compare with the current instance.
Return Value
Type:
Logic if
obj and this instance are the same type and represent the same value; otherwise,
.
See Also