Type.Equality(Type, Type) 연산자

정의

Type 개체가 같은지를 나타냅니다.

public:
 static bool operator ==(Type ^ left, Type ^ right);
public static bool operator == (Type? left, Type? right);
public static bool operator == (Type left, Type right);
static member ( = ) : Type * Type -> bool
Public Shared Operator == (left As Type, right As Type) As Boolean

매개 변수

left
Type

비교할 첫 번째 개체입니다.

right
Type

비교할 두 번째 개체입니다.

반환

Boolean

trueleft와 같으면 right이고, 그러지 않으면 false입니다.

적용 대상