BitVector32.Section.Equals 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
두 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
매개 변수
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 인스턴스가 같은 것으로 간주됩니다.