BitVector32.Section.Equals 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
두 BitVector32.Section 개체가 같은지 여부를 확인합니다.
오버로드
Equals(BitVector32+Section) |
지정된 BitVector32.Section 개체가 현재 BitVector32.Section 개체와 같은지 여부를 확인합니다. |
Equals(Object) |
지정된 개체가 현재 BitVector32.Section 개체와 같은지 여부를 확인합니다. |
Equals(BitVector32+Section)
- Source:
- BitVector32.cs
- Source:
- BitVector32.cs
- Source:
- BitVector32.cs
지정된 BitVector32.Section 개체가 현재 BitVector32.Section 개체와 같은지 여부를 확인합니다.
public:
bool Equals(System::Collections::Specialized::BitVector32::Section obj);
public:
virtual 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 개체입니다.
반환
obj
매개 변수가 현재 BitVector32.Section 개체와 같으면 true
이고, 그렇지 않으면 false
입니다.
구현
적용 대상
Equals(Object)
- Source:
- BitVector32.cs
- Source:
- BitVector32.cs
- Source:
- BitVector32.cs
지정된 개체가 현재 BitVector32.Section 개체와 같은지 여부를 확인합니다.
public:
override bool Equals(System::Object ^ o);
public override bool Equals (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와 비교할 개체입니다.
반환
지정된 개체가 현재 BitVector32.Section 개체와 같으면 true
이고, 그렇지 않으면 false
입니다.
설명
이 메서드는 Object.Equals를 재정의합니다.
두 섹션의 길이가 같고 내에서 동일한 위치에 BitVector32있는 경우 두 BitVector32.Section 인스턴스가 같은 것으로 간주됩니다.
추가 정보
적용 대상
.NET