ServiceEnvironmentVariable.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 ServiceEnvironmentVariable values are the same.
public static bool operator ==(Azure.Developer.Playwright.ServiceEnvironmentVariable left, Azure.Developer.Playwright.ServiceEnvironmentVariable right);static member ( = ) : Azure.Developer.Playwright.ServiceEnvironmentVariable * Azure.Developer.Playwright.ServiceEnvironmentVariable -> boolPublic Shared Operator == (left As ServiceEnvironmentVariable, right As ServiceEnvironmentVariable) As BooleanParameters
The first ServiceEnvironmentVariable to compare.
The second ServiceEnvironmentVariable to compare.
Returns
True if left and right are the same; otherwise, false.