ArrayWithOffset.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.
Indicates whether the specified object matches the current ArrayWithOffset.
Overloads
| Equals(Object) | Indicates whether the specified object matches the current ArrayWithOffset object. | 
| Equals(ArrayWithOffset) | Indicates whether the specified ArrayWithOffset object matches the current instance. | 
Equals(Object)
- Source:
- ArrayWithOffset.cs
- Source:
- ArrayWithOffset.cs
- Source:
- ArrayWithOffset.cs
- Source:
- ArrayWithOffset.cs
Indicates whether the specified object matches the current ArrayWithOffset object.
public:
 override bool Equals(System::Object ^ obj);public override bool Equals(object obj);public override bool Equals(object? obj);override this.Equals : obj -> boolPublic Overrides Function Equals (obj As Object) As BooleanParameters
- obj
- Object
Object to compare with this instance.
Returns
true if the object matches this ArrayWithOffset; otherwise, false.
Applies to
Equals(ArrayWithOffset)
- Source:
- ArrayWithOffset.cs
- Source:
- ArrayWithOffset.cs
- Source:
- ArrayWithOffset.cs
- Source:
- ArrayWithOffset.cs
Indicates whether the specified ArrayWithOffset object matches the current instance.
public:
 bool Equals(System::Runtime::InteropServices::ArrayWithOffset obj);public:
 virtual bool Equals(System::Runtime::InteropServices::ArrayWithOffset obj);public bool Equals(System.Runtime.InteropServices.ArrayWithOffset obj);override this.Equals : System.Runtime.InteropServices.ArrayWithOffset -> boolPublic Function Equals (obj As ArrayWithOffset) As BooleanParameters
- obj
- ArrayWithOffset
An ArrayWithOffset object to compare with this instance.
Returns
true if the specified ArrayWithOffset object matches the current instance; otherwise, false.