Edit

Share via


Memory2D<T>.Equals Method

Definition

Overloads

Equals(Memory2D<T>)
Equals(Object)

Indicates whether this instance and a specified object are equal.

Equals(Memory2D<T>)

public bool Equals (Microsoft.Toolkit.HighPerformance.Memory2D<T> other);
override this.Equals : Microsoft.Toolkit.HighPerformance.Memory2D<'T> -> bool
Public Function Equals (other As Memory2D(Of T)) As Boolean

Parameters

other
Memory2D<T>

Returns

Implements

Applies to

Equals(Object)

Indicates whether this instance and a specified object are equal.

public override bool Equals (object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The object to compare with the current instance.

Returns

true if obj and this instance are the same type and represent the same value; otherwise, false.

Applies to