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