Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
impl PartialEq for BnString {
153
fn eq(&self, other: &Self) -> bool {
154
self.deref() == other.deref()
155
}
156
}
157
158
impl Eq for BnString {}
Callers
nothing calls this directly
Calls
1
deref
Method · 0.45
Tested by
no test coverage detected