C# Class YAMP.EqOperator

The basic equals == operator.
Inheritance: LogicOperator
Afficher le fichier Open project: FlorianRappl/YAMP

Méthodes publiques

Свойство Type Description
Mapping BinaryOperatorMappingList
OpLevel int
Symbol String

Méthodes publiques

Méthode Description
Compare ( ScalarValue left, ScalarValue right ) : ScalarValue
Create ( ) : Operator
EqOperator ( ) : System
Perform ( Value left, Value right ) : Value

Method Details

Compare() public méthode

public Compare ( ScalarValue left, ScalarValue right ) : ScalarValue
left ScalarValue
right ScalarValue
Résultat ScalarValue

Create() public méthode

public Create ( ) : Operator
Résultat Operator

EqOperator() public méthode

public EqOperator ( ) : System
Résultat System

Perform() public méthode

public Perform ( Value left, Value right ) : Value
left Value
right Value
Résultat Value

Property Details

Mapping public_oe static_oe property

public static BinaryOperatorMappingList,YAMP Mapping
Résultat BinaryOperatorMappingList

OpLevel public_oe static_oe property

public static int OpLevel
Résultat int

Symbol public_oe static_oe property

public static String Symbol
Résultat String