IngressTransportMethod.Equality Operator

Definition

Determines if two IngressTransportMethod values are the same.

public static bool operator == (Azure.ResourceManager.Applications.Containers.Models.IngressTransportMethod left, Azure.ResourceManager.Applications.Containers.Models.IngressTransportMethod right);
static member ( = ) : Azure.ResourceManager.Applications.Containers.Models.IngressTransportMethod * Azure.ResourceManager.Applications.Containers.Models.IngressTransportMethod -> bool
Public Shared Operator == (left As IngressTransportMethod, right As IngressTransportMethod) As Boolean

Parameters

Returns

Applies to