19.20. slapi_attr_types_equivalent()
Compares two attribute names to determine if they represent the same attribute.
#include "slapi-plugin.h" int slapi_attr_types_equivalent( const char *t1, const char *t2 );
This function takes the following parameters:
| t1 | Pointer to the first attribute type that you want to compare. |
| t2 | Pointer to the second attributed type that you want to compare. |
This function returns one of the following values:
- 1 if
t1andt2represent the same attribute. - 0 if
t1andt2do not represent the same attribute.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.