Example #1
0
 public bool IsOfType(ITypeFacade otherSpec)
 {
     return(spec.isOfType(((TypeFacade)otherSpec).spec));
 }