Example #1
0
 /// <summary>
 /// Returns a value indicating whether this instance is equal to a specified <see cref="CLong"/> value.
 /// </summary>
 /// <param name="other">An <see cref="NFloat"/> value to compare to this instance.</param>
 /// <returns><c>true</c> if <paramref name="other"/> has the same value as this instance; otherwise, <c>false</c>.</returns>
 public bool Equals(NFloat other) => _value.Equals(other._value);