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