rht_it_eq
| |
su_bool rht_it_eq(const rht_it *i1,
const rht_it *i2); |
|
Parameters
| |
i1 |
first iterator to comare |
| |
i2 |
second iterator to compare
with the first |
|
Return Values
| |
returns true it the two iterators point
at the same key-value pair |
|
Description
| |
rht_it_eq compares two
iterators for equality, returning true (non-zero) if the
two iterators reference the same key-value pair or false
(zero) otherwise. it1 and it2 must be valid iterators
from the same replicant. |
|
Requirements
| |
Header: Declared in rht.h
Library: Use rht.lib
Version: 2.0 |
|
Also See
|