[#OTHERNAME_cmp] = OTHERNAME_cmp :mrdocs: Compare two otherName values by type OID and typed value. == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OTHERNAME_cmp( xref:OTHERNAME.adoc[OTHERNAME]* a, xref:OTHERNAME.adoc[OTHERNAME]* b); ---- == Return Value 0 if equal, or a non‐zero value if they differ (including when either is NULL). == Parameters [cols="1,4"] |=== | Name| Description | *a* | First OTHERNAME, or NULL. | *b* | Second OTHERNAME, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#