TextTemplatingSession.Equals – metoda (ITextTemplatingSession)
Obor názvů: Microsoft.VisualStudio.TextTemplating
Sestavení: Microsoft.VisualStudio.TextTemplating.11.0 (v Microsoft.VisualStudio.TextTemplating.11.0.dll)
Syntaxe
'Deklarace
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
Parametry
Vrácená hodnota
Typ: System.Boolean
Implementuje
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.