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