Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
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
)
protected:
virtual bool Convert(
Object^ value1,
Object^ value2,
Object^ parameter,
CultureInfo^ culture
) override
abstract Convert :
value1:Object *
value2:Object *
parameter:Object *
culture:CultureInfo -> bool
override Convert :
value1:Object *
value2:Object *
parameter:Object *
culture:CultureInfo -> bool
protected override function Convert(
value1 : Object,
value2 : Object,
parameter : Object,
culture : CultureInfo
) : boolean
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.