MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / eq

Method eq

rust/src/string.rs:153–155  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

151
152impl PartialEq for BnString {
153 fn eq(&self, other: &Self) -> bool {
154 self.deref() == other.deref()
155 }
156}
157
158impl Eq for BnString {}

Callers

nothing calls this directly

Calls 1

derefMethod · 0.45

Tested by

no test coverage detected