BitVector32.Section.Equality(BitVector32+Section, BitVector32+Section) 연산자

정의

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

public:
 static bool operator ==(System::Collections::Specialized::BitVector32::Section a, System::Collections::Specialized::BitVector32::Section b);
public static bool operator ==(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized.BitVector32.Section b);
static member ( = ) : System.Collections.Specialized.BitVector32.Section * System.Collections.Specialized.BitVector32.Section -> bool
Public Shared Operator == (a As BitVector32.Section, b As BitVector32.Section) As Boolean

매개 변수

반품

true매개 변수와 b 매개 변수가 a 동일한 BitVector32.Section 개체를 나타내면 ,그렇지 않으면 false.

설명

이 연산자에 해당하는 메서드는 .입니다 BitVector32.Section.Equals(BitVector32+Section).

적용 대상