TextTemplatingSession.Equals 方法 (Guid)
命名空間: Microsoft.VisualStudio.TextTemplating
組件: Microsoft.VisualStudio.TextTemplating.11.0 (在 Microsoft.VisualStudio.TextTemplating.11.0.dll 中)
語法
'宣告
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
參數
- other
型別:System.Guid
傳回值
實作
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。