pub unsafe extern "C" fn mlirStringRefEqual(
    string: MlirStringRef,
    other: MlirStringRef
) -> bool
Expand description

Returns true if two string references are equal, false otherwise.