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