DataBoxEdgeNetworkAdapterDhcpStatus.Equality 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 DataBoxEdgeNetworkAdapterDhcpStatus values are the same.
public static bool operator == (Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeNetworkAdapterDhcpStatus left, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeNetworkAdapterDhcpStatus right);
static member ( = ) : Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeNetworkAdapterDhcpStatus * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeNetworkAdapterDhcpStatus -> bool
Public Shared Operator == (left As DataBoxEdgeNetworkAdapterDhcpStatus, right As DataBoxEdgeNetworkAdapterDhcpStatus) As Boolean