TextTemplatingSession.Equals-Methode (Guid)
Namespace: Microsoft.VisualStudio.TextTemplating
Assembly: Microsoft.VisualStudio.TextTemplating.12.0 (in Microsoft.VisualStudio.TextTemplating.12.0.dll)
Syntax
'Declaration
Public Function Equals ( _
other As Guid _
) As Boolean
public bool Equals(
Guid other
)
public:
virtual bool Equals(
Guid other
) sealed
abstract Equals :
other:Guid -> bool
override Equals :
other:Guid -> bool
public final function Equals(
other : Guid
) : boolean
Parameter
- other
Typ: Guid
Rückgabewert
Typ: Boolean
Implementiert
IEquatable.Equals(UTP)
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.