sec_protocol_metadata_peers_are_equal(_:_:)
Declaration
func sec_protocol_metadata_peers_are_equal(_ metadataA: sec_protocol_metadata_t, _ metadataB: sec_protocol_metadata_t) -> BoolParameters
- metadataA:
A
sec_protocol_metadata_tinstance. - metadataB:
A
sec_protocol_metadata_tinstance.
Return Value
Returns true if both metadata values refer to the same peer, and false otherwise.
Discussion
Compare peer information for two sec_protocol_metadata instances. This comparison does not include protocol configuration options, e.g., ciphersuites.