Class Equal
Infix operation that perform an equal check
Operand Count: 2
Operands
- Operrand1 : double
- Operrand2 : double
Output Type: double
Inheritance
System.Object
Equal
Assembly: Albatross.Expression.dll
Syntax
public class Equal : ComparisonInfixOperation, IToken
Properties
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Precedence
Declaration
public override int Precedence { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
Symbolic
Declaration
public override bool Symbolic { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
interpret(Int32)
Declaration
public override bool interpret(int comparisonResult)
Parameters
Type |
Name |
Description |
System.Int32 |
comparisonResult |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
Implements
Extension Methods