[#GENERAL_NAME_cmp] = GENERAL_NAME_cmp :mrdocs: Compare two GENERAL_NAME values for equality. == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int GENERAL_NAME_cmp( xref:GENERAL_NAME.adoc[GENERAL_NAME]* a, xref:GENERAL_NAME.adoc[GENERAL_NAME]* b); ---- == Return Value 0 if equal, or non‐zero if they differ / on error. == Parameters [cols="1,4"] |=== | Name| Description | *a* | First name. | *b* | Second name. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#