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