Sdílet prostřednictvím


LogId.Inequality(LogId, LogId) Operátor

Definice

Operátor porovnání nerovnosti.

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

Parametry

left
LogId

Levý operand.

right
LogId

Pravý operand.

Návraty

true pokud se levý a pravý operand liší.

Platí pro