How to check types for equality? Follow
I have to check in my generator if two types are equal. Is there any operation for this? I've found the isSubtype expression but nothing for equality. The '==' operator does not work and there is no equals method in nodes. But I guess there must be something I've missed.
Please sign in to leave a comment.
But there should be really a list of util classes contained in MPS. I guess I could save some development and testing time...