Freigeben über


SourceLocation.Inequality(SourceLocation, SourceLocation) Betreiber

Definition

Bestimmt, ob die Operanden ungleich sind.

public:
 static bool operator !=(Microsoft::AspNetCore::Razor::SourceLocation left, Microsoft::AspNetCore::Razor::SourceLocation right);
public static bool operator != (Microsoft.AspNetCore.Razor.SourceLocation left, Microsoft.AspNetCore.Razor.SourceLocation right);
static member op_Inequality : Microsoft.AspNetCore.Razor.SourceLocation * Microsoft.AspNetCore.Razor.SourceLocation -> bool
Public Shared Operator != (left As SourceLocation, right As SourceLocation) As Boolean

Parameter

left
SourceLocation

Der linke Operand.

right
SourceLocation

Der rechte Operand.

Gibt zurück

true , wenn left und right ungleich sind.

Gilt für: