Fork me on GitHubEpicdominant domains
APIEpic.Query.RelationalConstant<(Of <(<'TValue>)>)>Equals(Constant<(Of <<'(TValue>)>>))

Equals Method (other)
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.
blog comments powered by Disqus