pub unsafe extern "C" fn mlirDialectEqual(
dialect1: MlirDialect,
dialect2: MlirDialect,
) -> boolExpand description
Checks if two dialects that belong to the same context are equal. Dialects from different contexts will not compare equal.
pub unsafe extern "C" fn mlirDialectEqual(
dialect1: MlirDialect,
dialect2: MlirDialect,
) -> boolChecks if two dialects that belong to the same context are equal. Dialects from different contexts will not compare equal.