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