ArrayWithOffset.Equals 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示指定的 对象是否与当前 ArrayWithOffset匹配。
重载
Equals(Object) |
指示指定的对象是否与当前的 ArrayWithOffset 对象匹配。 |
Equals(ArrayWithOffset) |
指示指定的 ArrayWithOffset 对象是否与当前实例匹配。 |
Equals(Object)
- 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
要与该实例进行比较的对象。
返回
如果对象与此 ArrayWithOffset 匹配,则为 true
;否则,为 false
。
适用于
Equals(ArrayWithOffset)
- 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 对象。
返回
如果指定的 ArrayWithOffset 对象与当前实例相匹配,则为 true
;否则为 false
。