Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Parameters
Return Value
Type: Boolean
Implements
IEquatable.Equals(UTP)
.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.