Пример #1
0
 /// <inheritdoc cref="IEquatable{T}.Equals(T)" />
 public bool Equals(NativeLong other) =>
 UseInt ? _intValue == other._intValue : _pointerValue.Equals(other._pointerValue);
Пример #2
0
 public bool Equals(clock_t other) => Value.Equals(other.Value);
Пример #3
0
 public bool Equals(LRESULT other) => Value.Equals(other.Value);
Пример #4
0
 public bool Equals(size_t other) => Value.Equals(other.Value);
Пример #5
0
 public bool Equals(LPARAM other) => Value.Equals(other.Value);
Пример #6
0
 public bool Equals(suseconds_t other) => Value.Equals(other.Value);
Пример #7
0
 public bool Equals(__fd_mask other) => Value.Equals(other.Value);
Пример #8
0
 public bool Equals(time_t other) => Value.Equals(other.Value);