Namespace:  Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating.12.0 (in Microsoft.VisualStudio.TextTemplating.12.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
- other
 Type: ITextTemplatingSession
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.