Filter.Field.Equals method

Indicates whether the specified object is equal to the current field.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
'Usage
Dim instance As Filter.Field
Dim obj As Object
Dim returnValue As Boolean

returnValue = instance.Equals(obj)
public override bool Equals(
    Object obj
)

Parameters

Return value

Type: System.Boolean
True if the field and object are equal. False if they are not equal, or if the field or object are a null reference (Nothing in Visual Basic).

See also

Reference

Filter.Field class

Filter.Field members

Microsoft.Office.Project.Server.Library namespace