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