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

Return Value

Type: System.Boolean
True if the two objects are equivalent; otherwise, false.

.NET Framework Security

See Also

Reference

FieldIndexData Structure

Equals Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace