C# Class YAMP.NeqOperator

This is the not equal to operator.
Inheritance: LogicOperator
Exibir arquivo Open project: FlorianRappl/YAMP

Public Properties

Property Type Description
OpLevel int

Public Methods

Method Description
Compare ( ScalarValue l, ScalarValue r ) : ScalarValue
NeqOperator ( String op ) : System
Perform ( Value left, Value right ) : Value

Method Details

Compare() public method

public Compare ( ScalarValue l, ScalarValue r ) : ScalarValue
l ScalarValue
r ScalarValue
return ScalarValue

NeqOperator() public method

public NeqOperator ( String op ) : System
op String
return System

Perform() public method

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

Property Details

OpLevel public_oe static_oe property

public static int OpLevel
return int