Plumtree EDK (Enterprise Web Development Kit) 5.4.0

Field.Equals Method 

Compares this Field to the specified object.

public override bool Equals(
   object obj
);

Parameters

obj
the object to compare against this
Field
object

Return Value

true if the Fields are equal; otherwise false

Remarks

The result is true if and only if the argument is not null and is a Field object with the same name, retrievable property, and searchable property.

See Also

Field Class | Plumtree.Remote.PRC.Search Namespace