AreEqualConverter.Convert Method (Object, Object, Object, CultureInfo)
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣告
Protected Overrides Function Convert ( _
value1 As Object, _
value2 As Object, _
parameter As Object, _
culture As CultureInfo _
) As Boolean
protected override bool Convert(
Object value1,
Object value2,
Object parameter,
CultureInfo culture
)
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.