Esempio n. 1
0
 public bool WeAreThem(IVerifiableType them, bool noTagBacks) => SimpleTypeHelp.WeAreThem <IAnyType>(this, them, noTagBacks);
Esempio n. 2
0
 public bool TheyAreUs(IVerifiableType they, bool noTagBacks) => SimpleTypeHelp.TheyAreUs <IStringType>(this, they, noTagBacks);