Trait implementation lrs::user::Information::Eq

Objects that implement the binary == and != operators.

Syntax

impl<H> Eq<Information<H>> for Information<H>
    where H: Eq<H> + Allocator,