Test.IEquatable<Test>.Equals Method
Namespace: Microsoft.TeamFoundation.TestImpact.Client
Assembly: Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)
Syntax
‘선언
Private Function Equals ( _
other As Test _
) As Boolean Implements IEquatable(Of Test).Equals
bool IEquatable<Test>.Equals(
Test other
)
private:
virtual bool Equals(
Test^ other
) sealed = IEquatable<Test^>::Equals
private abstract Equals :
other:Test -> bool
private override Equals :
other:Test -> bool
JScript does not support explicit interface implementations.
Parameters
- other
Type: Microsoft.TeamFoundation.TestImpact.Client.Test
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.