DotnetTarget.Equality(DotnetTarget, DotnetTarget) 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.
Compares two DotnetTarget values returning whether they are equal.
public static bool operator ==(Microsoft.VisualStudio.Extensibility.DotnetTarget a, Microsoft.VisualStudio.Extensibility.DotnetTarget b);
	static member ( = ) : Microsoft.VisualStudio.Extensibility.DotnetTarget * Microsoft.VisualStudio.Extensibility.DotnetTarget -> bool
	Public Shared Operator == (a As DotnetTarget, b As DotnetTarget) As Boolean
	Parameters
The first value to compare.
The second value to compare.
Returns
Whether the two values are equal.