Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
231
impl PartialEq for DataBuffer {
232
fn eq(&self, other: &Self) -> bool {
233
self.as_ref() == other.as_ref()
234
}
235
}
236
impl Eq for DataBuffer {}
237
Callers
nothing calls this directly
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected