FieldIndexData.Equals Method (FieldIndexData)
Checks whether this FieldIndexData instance is equivalent to the specified object.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Function Equals ( _
other As FieldIndexData _
) As Boolean
public bool Equals(
FieldIndexData other
)
public:
bool Equals(
FieldIndexData other
)
member Equals :
other:FieldIndexData -> bool
public function Equals(
other : FieldIndexData
) : boolean
Parameters
other
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.FieldIndexDataThe instance against which to compare this FieldIndexData instance.
Return Value
Type: System.Boolean
True if the two objects are equivalent; otherwise, false.
.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.