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