[This is preliminary documentation and is subject to change.]
Overloads the "equals" operator for values
Namespace: Clarion.Framework.CoreAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
public static bool operator ==( IComparable v1, V v2 ) |
Parameters
- v1
- Type: System..::..IComparable
The value on the left-hand side of the "equals" operator
- v2
- Type: Clarion.Framework.Core..::..V
The value on the right-hand side of the "equals" operator