ArrayWithOffset.Equals 메서드

정의

지정된 개체가 현재 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입니다.

구현

적용 대상