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