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