Function mlir_sys::mlirBlockEqual 
source · pub unsafe extern "C" fn mlirBlockEqual(
    block: MlirBlock,
    other: MlirBlock
) -> boolExpand description
Checks whether two blocks handles point to the same block. This does not perform deep comparison.