Fork me on GitHubEpicdominant domains
APIEpic.Query.RelationalScalarEquals(Object)

Equals Method (obj)
Determines whether the specified Object is equal to the current Scalar.

Assembly: Epic.Query

Declaration Syntax
C#
public override bool Equals(
	Object obj
)
Parameters
obj (Object)
The Object to compare with the current Scalar.
Return Value
trueTruetrue if the specified Object is equal to the current Scalar; otherwise, falseFalsefalse.
Remarks
This method delegate the equality check to the abstract overload Equals(Scalar).
blog comments powered by Disqus