ReadOnlyMemory2D<T>.Equals Method  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Equals(Object) | 
						 Indicates whether this instance and a specified object are equal.  | 
        	
| Equals(ReadOnlyMemory2D<T>) | 
Equals(Object)
- Source:
 - ReadOnlyMemory2D%7BT%7D.cs
 
- Source:
 - ReadOnlyMemory2D%7BT%7D.cs
 
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
Equals(ReadOnlyMemory2D<T>)
- Source:
 - ReadOnlyMemory2D%7BT%7D.cs
 
- Source:
 - ReadOnlyMemory2D%7BT%7D.cs
 
public bool Equals(Microsoft.Toolkit.HighPerformance.ReadOnlyMemory2D<T> other);
	override this.Equals : Microsoft.Toolkit.HighPerformance.ReadOnlyMemory2D<'T> -> bool
	Public Function Equals (other As ReadOnlyMemory2D(Of T)) As Boolean
	Parameters
- other
 - ReadOnlyMemory2D<T>