Beispiel #1
0
 public override bool Equals(ValueType obj)
 {
     return(obj.Is <VoidValueType>());
 }
Beispiel #2
0
 public override bool Equals(ValueType obj)
 {
     return(obj.Is <DecimalValueType>());
 }
Beispiel #3
0
 public override bool Equals(ValueType other)
 {
     return(other.Is <IntegerValueType>());
 }
Beispiel #4
0
 public override bool Equals(ValueType other)
 {
     return(other.Is <BooleanValueType>());
 }