Compartilhar via


LoggingLevelSettings.Inequality Operator

Definition

Operator override for !=.

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

Parameters

left
LoggingLevelSettings

Left operand.

right
LoggingLevelSettings

Right operand.

Returns

True if instances are not equal to each other.

Applies to