TextTemplatingSession.Equals Method (Guid)

Namespace:  Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating.11.0 (in Microsoft.VisualStudio.TextTemplating.11.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: Guid

Return Value

Type: Boolean

Implements

IEquatable.Equals(UTP)

.NET Framework Security

See Also

Reference

TextTemplatingSession Class

Equals Overload

Microsoft.VisualStudio.TextTemplating Namespace