BitVector32.Section.Equals 메서드

정의

BitVector32.Section 개체가 같은지 여부를 확인합니다.

오버로드

Name Description
Equals(BitVector32+Section)

지정된 BitVector32.Section 개체가 현재 BitVector32.Section 개체와 같은지 여부를 확인합니다.

Equals(Object)

지정된 개체가 현재 BitVector32.Section 개체와 같은지 여부를 확인합니다.

Equals(BitVector32+Section)

지정된 BitVector32.Section 개체가 현재 BitVector32.Section 개체와 같은지 여부를 확인합니다.

public:
 bool Equals(System::Collections::Specialized::BitVector32::Section obj);
public bool Equals(System.Collections.Specialized.BitVector32.Section obj);
override this.Equals : System.Collections.Specialized.BitVector32.Section -> bool
Public Function Equals (obj As BitVector32.Section) As Boolean

매개 변수

obj
BitVector32.Section

BitVector32.Section 현재 BitVector32.Section 개체와 비교할 개체입니다.

반품

매개 변수가 현재 개체와 같으면 이고, 그렇지 않으면 .입니다.

적용 대상

Equals(Object)

지정된 개체가 현재 BitVector32.Section 개체와 같은지 여부를 확인합니다.

public:
 override bool Equals(System::Object ^ o);
public override bool Equals(object o);
override this.Equals : obj -> bool
Public Overrides Function Equals (o As Object) As Boolean

매개 변수

o
Object

현재 BitVector32.Section개체와 비교할 개체입니다.

반품

true 지정한 개체가 현재 BitVector32.Section 개체와 같으면 .이고, false그렇지 않으면 .입니다.

설명

이 메서드는 Object.Equals를 재정의합니다.

두 섹션의 길이가 같고 같은 위치에 BitVector32있는 경우 두 BitVector32.Section 인스턴스가 같은 것으로 간주됩니다.

추가 정보

적용 대상