Nemerle Documentation

MType.TryEnforcingEquality Method 

Check for type equality, taking intersection types into account. If it's possible that types are equal -- enforce that. Assume non-seperated types.

public bool TryEnforcingEquality(
   MType t
);

See Also

MType Class | Nemerle.Compiler Namespace