HciVmLoadBalancerBackendAddressAdminState.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 HciVmLoadBalancerBackendAddressAdminState values are the same.
public static bool operator ==(Azure.ResourceManager.Hci.Vm.Models.HciVmLoadBalancerBackendAddressAdminState left, Azure.ResourceManager.Hci.Vm.Models.HciVmLoadBalancerBackendAddressAdminState right);
static member ( = ) : Azure.ResourceManager.Hci.Vm.Models.HciVmLoadBalancerBackendAddressAdminState * Azure.ResourceManager.Hci.Vm.Models.HciVmLoadBalancerBackendAddressAdminState -> bool
Public Shared Operator == (left As HciVmLoadBalancerBackendAddressAdminState, right As HciVmLoadBalancerBackendAddressAdminState) As Boolean
Parameters
The left value to compare.
The right value to compare.