[This is preliminary documentation and is subject to change.]
Checks to see if the specified IComparable value is equal to this value
Namespace: Clarion.Framework.CoreAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
public bool Equals( IComparable val ) |
Parameters
- val
- Type: System..::..IComparable
The IComparable value to be checked for equality
Return Value
True if the values are equal, otherwise FalseImplements
IEquatable<(Of <(<'T>)>)>..::..Equals(T)
Remarks
This method has been implemented with the following considerations:
- If the specified IComparable is the same type as the (inner) value, then the default equality check (for that type) will be used
- If the specified IComparable is of a different type, then the string representation of the values will be checked for equality