C# Class YAMP.EqOperator

The basic equals == operator.
Inheritance: LogicOperator
Show file Open project: FlorianRappl/YAMP

Public Properties

Property Type Description
Mapping BinaryOperatorMappingList
OpLevel int
Symbol String

Public Methods

Method Description
Compare ( ScalarValue left, ScalarValue right ) : ScalarValue
Create ( ) : Operator
EqOperator ( ) : System
Perform ( Value left, Value right ) : Value

Method Details

Compare() public method

public Compare ( ScalarValue left, ScalarValue right ) : ScalarValue
left ScalarValue
right ScalarValue
return ScalarValue

Create() public method

public Create ( ) : Operator
return Operator

EqOperator() public method

public EqOperator ( ) : System
return System

Perform() public method

public Perform ( Value left, Value right ) : Value
left Value
right Value
return Value

Property Details

Mapping public static property

public static BinaryOperatorMappingList,YAMP Mapping
return BinaryOperatorMappingList

OpLevel public static property

public static int OpLevel
return int

Symbol public static property

public static String Symbol
return String