Declaration

func isEqual(to object: GSInstance) -> Bool

Declaration

- (BOOL) isEqualToInstance:(GSInstance *) object;

Declaration

isEqualToInstance_(object: GSInstance) -> bool

Parameters

object

The other instance to compare against.

Return Value

YES if the instances are equal, NO otherwise.