equals method

bool equals(
  1. KeyExpr other
)

Returns true if this key expression is equal to other in zenoh semantics.

Implementation

bool equals(KeyExpr other) => bindings.zd_keyexpr_equals(
  loanedKeyExpr.cast(),
  other.loanedKeyExpr.cast(),
);