ArrayWithOffset.Equals 方法

定义

指示指定的对象是否与当前 ArrayWithOffset对象匹配。

重载

名称 说明
Equals(Object)

指示指定的对象是否与当前 ArrayWithOffset 对象匹配。

Equals(ArrayWithOffset)

指示指定的 ArrayWithOffset 对象是否与当前实例匹配。

Equals(Object)

Source:
ArrayWithOffset.cs
Source:
ArrayWithOffset.cs
Source:
ArrayWithOffset.cs
Source:
ArrayWithOffset.cs
Source:
ArrayWithOffset.cs

指示指定的对象是否与当前 ArrayWithOffset 对象匹配。

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

参数

obj
Object

要与此实例进行比较的对象。

返回

如果对象与此匹配,则为 />;否则为

适用于

Equals(ArrayWithOffset)

Source:
ArrayWithOffset.cs
Source:
ArrayWithOffset.cs
Source:
ArrayWithOffset.cs
Source:
ArrayWithOffset.cs
Source:
ArrayWithOffset.cs

指示指定的 ArrayWithOffset 对象是否与当前实例匹配。

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

参数

obj
ArrayWithOffset

ArrayWithOffset要与此实例进行比较的对象。

返回

true 如果指定的 ArrayWithOffset 对象与当前实例匹配,则为 ;否则为 false

实现

适用于