Type.Inequality(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 op_Inequality : Type * Type -> bool
Public Shared Operator != (left As Type, right As Type) As Boolean

매개 변수

left
Type

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

right
Type

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

반품

가 같으면 /&이고 , 그렇지 않으면 .입니다.

적용 대상