SameType() приватный метод

private SameType ( Type tstType ) : bool
tstType Type
Результат bool
Пример #1
0
 internal override sealed bool SameType(Type tstType)
 {
     if (tstType is SystemClass)
         return tstType.SameType(this);
     return this == tstType;
 }