Oracle® WebCenter Interaction Development Kit 10.3.3.0.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