AreEqualConverter::Convert Method (Object^, Object^, Object^, CultureInfo^)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual bool Convert(
	Object^ value1,
	Object^ value2,
	Object^ parameter,
	CultureInfo^ culture
) override

Parameters

value1
Type: System::Object^

The first object.

value2
Type: System::Object^

The second object.

parameter
Type: System::Object^

The conversion parameter. Not used.

culture
Type: System.Globalization::CultureInfo^

The culture.

Return Value

Type: System::Boolean

true if both objects are non-null and equal, otherwise false.

Return to top
Show: