GraphBuildOptions.Equality(GraphBuildOptions, GraphBuildOptions) 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.
public:
static bool operator ==(Microsoft::Build::Graph::GraphBuildOptions ^ r1, Microsoft::Build::Graph::GraphBuildOptions ^ r2);
public:
static bool operator ==(Microsoft::Build::Graph::GraphBuildOptions ^ left, Microsoft::Build::Graph::GraphBuildOptions ^ right);
public static bool operator == (Microsoft.Build.Graph.GraphBuildOptions? r1, Microsoft.Build.Graph.GraphBuildOptions? r2);
public static bool operator == (Microsoft.Build.Graph.GraphBuildOptions? left, Microsoft.Build.Graph.GraphBuildOptions? right);
static member ( = ) : Microsoft.Build.Graph.GraphBuildOptions * Microsoft.Build.Graph.GraphBuildOptions -> bool
Public Shared Operator == (r1 As GraphBuildOptions, r2 As GraphBuildOptions) As Boolean
Public Shared Operator == (left As GraphBuildOptions, right As GraphBuildOptions) As Boolean
Parameters
- r1left
- GraphBuildOptions
- r2right
- GraphBuildOptions