Example #1
0
 /// <inheritdoc cref="IEquatable{T}.Equals(T)" />
 public bool Equals(NativeLong other) =>
 UseInt ? _intValue == other._intValue : _pointerValue.Equals(other._pointerValue);
Example #2
0
 public bool Equals(clock_t other) => Value.Equals(other.Value);
Example #3
0
 public bool Equals(LRESULT other) => Value.Equals(other.Value);
Example #4
0
 public bool Equals(size_t other) => Value.Equals(other.Value);
 public bool Equals(LPARAM other) => Value.Equals(other.Value);
 public bool Equals(suseconds_t other) => Value.Equals(other.Value);
 public bool Equals(__fd_mask other) => Value.Equals(other.Value);
 public bool Equals(time_t other) => Value.Equals(other.Value);