TextTemplatingSession.Equals Method (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
Parameters
- other
Type: System.Guid
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.