Trait method lrs::ops::Eq::eq

The method that will be called by the == operator.

Syntax

fn eq(&self, other: &Rhs) -> bool

Arguments

NameDescription
other

The right-hand-side of the operator.