AreEqualConverter.Convert(Object, Object, Object, CultureInfo) Method
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.
Microsoft internal use only.
protected:
override bool Convert(System::Object ^ value1, System::Object ^ value2, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
protected override bool Convert (object value1, object value2, object parameter, System.Globalization.CultureInfo culture);
override this.Convert : obj * obj * obj * System.Globalization.CultureInfo -> bool
Protected Overrides Function Convert (value1 As Object, value2 As Object, parameter As Object, culture As CultureInfo) As Boolean
Parameters
- value1
- Object
The first object.
- value2
- Object
The second object.
- parameter
- Object
The conversion parameter. Not used.
- culture
- CultureInfo
The culture.
Returns
true
if both objects are non-null and equal, otherwise false
.