isEqual abstract method

bool isEqual(
  1. NSObjectProtocol object
)

Returns a Boolean value that indicates whether the receiver and a given object are equal.

Implementation

bool isEqual(NSObjectProtocol object);