Fork me on GitHubEpicdominant domains
APIEpic.Query.RelationalRelationFunctionEquals(RelationFunction)

Equals Method (other)
Determines whether the specified RelationFunction is equal to the current RelationFunction.

Assembly: Epic.Query

Declaration Syntax
C#
public abstract bool Equals(
	RelationFunction other
)
Parameters
other (RelationFunction)
The RelationFunction to compare with the current RelationFunction.
Return Value
trueTruetrue if the specified RelationFunction is equal to the current RelationFunction; otherwise, falseFalsefalse.
Exceptions
ExceptionCondition
NotImplementedException Is thrown when the not implemented exception.
blog comments powered by Disqus