Beispiel #1
0
 public override bool NotEquals(IKValue other) => !Equals(other);
Beispiel #2
0
 public abstract bool NotEquals(IKValue other);
Beispiel #3
0
 public override bool IsEquals(IKValue other) => GetType() == other.GetType() && Value.Equals(other.GetValue());
Beispiel #4
0
 public abstract bool IsEquals(IKValue other);