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