DiagnosticCode.Equality(DiagnosticCode, DiagnosticCode) 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 DiagnosticCode values are the same.
public static bool operator ==(Azure.Analytics.OnlineExperimentation.DiagnosticCode left, Azure.Analytics.OnlineExperimentation.DiagnosticCode right);
static member ( = ) : Azure.Analytics.OnlineExperimentation.DiagnosticCode * Azure.Analytics.OnlineExperimentation.DiagnosticCode -> bool
Public Shared Operator == (left As DiagnosticCode, right As DiagnosticCode) As Boolean
Parameters
- left
- DiagnosticCode
- right
- DiagnosticCode