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