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