Quad.Equals Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Equals( | Tests whether a number equals another number. |
Equals( | Indicates whether this instance and a specified object are equal. |
Equals( | Tests whether a number equals another number. |
Equals(Double)
Tests whether a number equals another number.
public bool Equals(
double other
)
Parameters
- other Double
- The number to compare.
Return Value
Booleantrue if the number equals other; otherwise false.
Implements
IEquatable<T>.Equals(T)Equals(Object)
Indicates whether this instance and a specified object are equal.
public override bool Equals(
Object? obj
)
Parameters
- obj Object
- The object to compare with the current instance.
Return Value
Booleantrue if obj and this instance are the same type and represent the same value; otherwise, false.
Equals(Quad)
Tests whether a number equals another number.
public bool Equals(
Quad other
)
Parameters
- other Quad
- The number to compare.
Return Value
Booleantrue if the number equals other; otherwise false.