Freigeben über


LogId.Inequality(LogId, LogId) Operator

Definition

Ungleichheitsvergleichsoperator.

public:
 static bool operator !=(Microsoft::VisualStudio::RpcContracts::Logging::LogId left, Microsoft::VisualStudio::RpcContracts::Logging::LogId right);
public static bool operator !=(Microsoft.VisualStudio.RpcContracts.Logging.LogId left, Microsoft.VisualStudio.RpcContracts.Logging.LogId right);
static member op_Inequality : Microsoft.VisualStudio.RpcContracts.Logging.LogId * Microsoft.VisualStudio.RpcContracts.Logging.LogId -> bool
Public Shared Operator != (left As LogId, right As LogId) As Boolean

Parameter

left
LogId

Linker Operand.

right
LogId

Rechter Operand.

Gibt zurück

true , wenn der linke und der rechte Operand unterschiedlich sind.

Gilt für: