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

Method eq

rust/src/high_level_il/function.rs:263–265  ·  view source on GitHub ↗
(&self, rhs: &Self)

Source from the content-addressed store, hash-verified

261impl Eq for HighLevelILFunction {}
262impl PartialEq for HighLevelILFunction {
263 fn eq(&self, rhs: &Self) -> bool {
264 self.function().eq(&rhs.function())
265 }
266}
267
268impl Hash for HighLevelILFunction {

Callers

nothing calls this directly

Calls 1

functionMethod · 0.45

Tested by

no test coverage detected