⚠ Preview docs — built from the develop branch and may be unstable. Go to the stable docs.

Interactor.Equals

bool Equals(Object b)

An equality test. Two Interactors are equal when they refer to the same interactor instance.

   
Object b Another Interactor.
RETURNS: bool True if equal, false otherwise.
bool Equals(Interactor b)

An equality test. Two Interactors are equal when they refer to the same interactor instance.

   
Interactor b Another Interactor.
RETURNS: bool True if equal, false otherwise.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!