Conversion.Equality(Conversion, Conversion) 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.
Returns true if the specified Conversion objects are equal and false otherwise.
public:
 static bool operator ==(Microsoft::CodeAnalysis::CSharp::Conversion left, Microsoft::CodeAnalysis::CSharp::Conversion right);
	public static bool operator ==(Microsoft.CodeAnalysis.CSharp.Conversion left, Microsoft.CodeAnalysis.CSharp.Conversion right);
	static member ( = ) : Microsoft.CodeAnalysis.CSharp.Conversion * Microsoft.CodeAnalysis.CSharp.Conversion -> bool
	Public Shared Operator == (left As Conversion, right As Conversion) As Boolean
	Parameters
- left
 - Conversion
 
The first Conversion object.
- right
 - Conversion
 
The second Conversion object.