Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Function IsSame ( _
other As Link _
) As Boolean
'使用
Dim instance As Link
Dim other As Link
Dim returnValue As Boolean
returnValue = instance.IsSame(other)
public bool IsSame(
Link other
)
public:
bool IsSame(
Link^ other
)
public function IsSame(
other : Link
) : boolean
Parameters
- other
Type: Microsoft.VisualStudio.TestTools.Common.Link
Return Value
Type: System.Boolean
Permissions
- 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.