PBXObjectReference

public class PBXObjectReference : Hashable, Comparable, Equatable

Object used as a reference to PBXObjects from PBXObjects.

  • Hash value.

    Declaration

    Swift

    public var hashValue: Int { get }
  • Compares two instances of PBXObjectReference

    Declaration

    Swift

    public static func == (lhs: PBXObjectReference, rhs: PBXObjectReference) -> Bool

    Parameters

    lhs

    first instance to be compared.

    rhs

    second instance to be compared.

    Return Value

    true if the two instances are equal.

  • Compares two instances.

    Declaration

    Swift

    public static func < (lhs: PBXObjectReference, rhs: PBXObjectReference) -> Bool

    Parameters

    lhs

    first instance to be compared.

    rhs

    second instance to be compared.

    Return Value

    comparison result.