AgentlessEnablement.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.
Determines if two AgentlessEnablement values are not the same.
public static bool operator !=(Azure.ResourceManager.SecurityCenter.Models.AgentlessEnablement left, Azure.ResourceManager.SecurityCenter.Models.AgentlessEnablement right);
static member op_Inequality : Azure.ResourceManager.SecurityCenter.Models.AgentlessEnablement * Azure.ResourceManager.SecurityCenter.Models.AgentlessEnablement -> bool
Public Shared Operator != (left As AgentlessEnablement, right As AgentlessEnablement) As Boolean
Parameters
- left
- AgentlessEnablement
The left value to compare.
- right
- AgentlessEnablement
The right value to compare.