Share via


QueryRun.equal Method

Determines whether the specified object is equal to the current object.

Syntax

public boolean equal(Object obj)

Run On

Called

Parameters

Return Value

Type: boolean
true if the specified object is equal to the current object; otherwise, false.

Remarks

The default implementation of the Object::equal method supports only reference equality. However, derived classes can override the Object::equal method to support value equality.

See Also

Reference

QueryRun Class