Instance Method
isEqual(to:)isEqualToInstance:isEqualToInstance_
Checks if the instance is equal to another instance.
Declaration
func isEqual(to object: GSInstance) -> BoolDeclaration
- (BOOL) isEqualToInstance:(GSInstance *) object;Declaration
isEqualToInstance_(object: GSInstance) -> boolParameters
objectThe other instance to compare against.
Return Value
YES if the instances are equal, NO otherwise.