operator == 抽象方法
- Object other
override
判断 other 是否是与此镜相同类型变量的 TypeVariableMirror。
等价条件为
other是相同类型的镜,并且simpleName == other.simpleName以及owner == other.owner。
实现
bool operator ==(Object other);
判断 other 是否是与此镜相同类型变量的 TypeVariableMirror。
等价条件为
other 是相同类型的镜,并且simpleName == other.simpleName 以及 owner == other.owner。bool operator ==(Object other);