Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Private Function Equals ( _
other As ShapeIdentifier _
) As Boolean Implements IEquatable(Of ShapeIdentifier).Equals
'Usage
Dim instance As ShapeIdentifier
Dim other As ShapeIdentifier
Dim returnValue As Boolean
returnValue = CType(instance, IEquatable(Of ShapeIdentifier)).Equals(other)
bool IEquatable<ShapeIdentifier>.Equals(
ShapeIdentifier other
)
private:
virtual bool Equals(
ShapeIdentifier other
) sealed = IEquatable<ShapeIdentifier>::Equals
private abstract Equals :
other:ShapeIdentifier -> bool
private override Equals :
other:ShapeIdentifier -> bool
JScript does not support explicit interface implementations.
Parameters
Return Value
Type: System.Boolean
Implements
.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.