About the arguments of UpdatedTransactions.

Hello.

Code Block
-(void) paymentQueue: (SKPaymentQueue *) queue updatedTransactions: (NSArray *) transactions


When this function is called, the elements of transactions are

Code Block
[[SKPaymentQueue DefaultQueue] transactions];


Is it included in this element as well?

And is the content equal (A === B)? Is it equivalent (A == B)?