Contents

isEqual(_:)

Indicates whether another audio channel layout is exactly equal to the current layout.

Declaration

func isEqual(_ object: Any) -> Bool

Parameters

  • object:

    The audio channel layout object to compare.

Return Value

A value of true indicates whether they are equal; otherwise, false.

See Also

Getting Audio Channel Layout Properties