PDFTableCellPosition
public struct PDFTableCellPosition
Undocumented
-
Undocumented
Declaration
Swift
public var row: Int
-
Undocumented
Declaration
Swift
public var column: Int
-
Undocumented
Declaration
Swift
public init(row: Int, column: Int)
-
Creates a hash value.
Hash values are not guaranteed to be equal across different executions of your program. Do not save hash values to use during a future execution.
Declaration
Swift
public var hashValue: Int
-
Returns a Boolean value indicating whether two values are equal.
Equality is the inverse of inequality. For any values
a
andb
,a == b
implies thata != b
isfalse
.- lhs: A value to compare.
- rhs: Another value to compare.
Declaration
Swift
public static func == (lhs: PDFTableCellPosition, rhs: PDFTableCellPosition) -> Bool