Memory Slice<T>.Equals Method
Checks if an object is equal to this instance.
Definition
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
true if obj is equal to this instance; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public override bool Equals(
Object? obj
)
Parameters
- obj Object
- The object to compare to.
Return Value
Booleantrue if obj is equal to this instance; otherwise false.