Determines whether the specified Object is equal to the current Scalar.
Assembly: Epic.Query
Declaration Syntax
C# |
public override bool Equals( Object obj )
Parameters
- obj (Object)
- The Object to compare with the current Scalar.
Return Value
Remarks
This method delegate the equality check to the abstract overload Equals(Scalar).