Type.Inequality(Type, Type) Operator

Definition

Gibt an, ob zwei Type Objekte nicht gleich sind.

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

Parameter

left
Type

Das erste zu vergleichende Objekt.

right
Type

Das zweite zu vergleichende Objekt.

Gibt zurück

truewenn left nicht gleich right; andernfalls . false

Gilt für: