Determines whether the specified BaseRelation is equal to the current BaseRelation.
Assembly: Epic.Query
Declaration Syntax
C# |
public bool Equals( BaseRelation other )
Parameters
- other (BaseRelation)
- The BaseRelation to compare with the current BaseRelation.
Return Value
trueTruetrue if the specified BaseRelation has the same name of the current
BaseRelation; otherwise, falseFalsefalse.