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