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

Method eq

rust/src/data_buffer.rs:232–234  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

230
231impl PartialEq for DataBuffer {
232 fn eq(&self, other: &Self) -> bool {
233 self.as_ref() == other.as_ref()
234 }
235}
236impl Eq for DataBuffer {}
237

Callers

nothing calls this directly

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected