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