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