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
- obj
Type: System.Object
The object to compare.
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).