Udostępnij za pośrednictwem


SourceLocation.Inequality(SourceLocation, SourceLocation) Operator

Definicja

Określa, czy operandy nie są równe.

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

Parametry

left
SourceLocation

Lewy operand.

right
SourceLocation

Prawy operand.

Zwraca

true jeśli left i right nie są równe.

Dotyczy