Matrix<T>.Equals Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Equals( | Determines whether the specified Matrix<T> is equal to the current Matrix<T>. |
Equals( | Determines whether the specified Object is equal to the current Matrix<T>. |
Equals( | Returns whether an object is structurally equal to this instance. |
Equals(Matrix<T>)
public virtual bool Equals(
Matrix<T>? other
)
Parameters
Return Value
Booleantrue if the specified matrix is identical to this instance; otherwise false.
Implements
IEquatable<T>.Equals(T)Equals(Object)
public override bool Equals(
Object? obj
)
Parameters
Return Value
Booleantrue if the specified object is identical to this instance; otherwise false.
Equals(Object, IEqualityComparer)
Returns whether an object is structurally equal to this instance.
public bool Equals(
Object? other,
IEqualityComparer comparer
)
Parameters
- other Object
- The object to compare to.
- comparer IEqualityComparer
- The IEqualityComparer to use in the comparison.
Return Value
Booleantrue if the two objects are equal; otherwise false.