TextTemplatingSession.Equals-Methode (ITextTemplatingSession)
Namespace: Microsoft.VisualStudio.TextTemplating
Assembly: Microsoft.VisualStudio.TextTemplating.11.0 (in Microsoft.VisualStudio.TextTemplating.11.0.dll)
Syntax
'Declaration
Public Function Equals ( _
other As ITextTemplatingSession _
) As Boolean
public bool Equals(
ITextTemplatingSession other
)
public:
virtual bool Equals(
ITextTemplatingSession^ other
) sealed
abstract Equals :
other:ITextTemplatingSession -> bool
override Equals :
other:ITextTemplatingSession -> bool
public final function Equals(
other : ITextTemplatingSession
) : boolean
Parameter
Rückgabewert
Typ: System.Boolean
Implementiert
.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.