Determines whether the specified Constant<(Of <(<'TValue>)>)> is equal to the
current Constant<(Of <(<'TValue>)>)>.
Assembly: Epic.Query
Declaration Syntax
C# |
public bool Equals( Constant<TValue> other )
Parameters
- other (Constant<(Of <(<'TValue>)>)>)
- The Constant<(Of <(<'TValue>)>)> to compare with the current Constant<(Of <(<'TValue>)>)>.
Return Value
trueTruetrue if the specified Constant<(Of <(<'TValue>)>)> express the same value of the current
Constant<(Of <(<'TValue>)>)>; otherwise, falseFalsefalse.
Remarks
Default is used to test the Value for equality.