isEqual(to:)
Determine CWChannel object equality.
Declaration
func isEqual(to channel: CWChannel) -> BoolParameters
- channel:
The CWChannel object with which to compare the receiver.
Return Value
YES if the objects are equal.
Discussion
CWChannel objects are considered equal if all their corresponding properties are equal.