Binary.Equals Method (Object) | |
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(
rhs AS Object
) AS LOGIC
public override bool Equals(
Object rhs
)
Request Example
View SourceParameters
- rhs
- Type: Object
Return Value
Type:
Logic if
obj and this instance are the same type and represent the same value; otherwise,
.
See Also