LoggingLevelSettings.Inequality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.