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
Exception | Condition |
---|---|
NotImplementedException |
Is thrown when the not implemented exception.
|