ArrayWithOffset.Equals Method

Definition

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

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 -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

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

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 -> bool
Public Function Equals (obj As ArrayWithOffset) As Boolean

Parameters

obj
ArrayWithOffset

An ArrayWithOffset object to compare with this instance.

Returns

true if the specified ArrayWithOffset object matches the current instance; otherwise, false.

Implements

Applies to