Re: is expression: library reference

2011-03-24 Thread Jonathan M Davis
> The library refernce has the following text concerning the is expression: > > 5. is ( Type Identifier : TypeSpecialization ) > > The condition is satisfied if Type is the same as TypeSpecialization, or if > Type is a class and TypeSpecialization is a base class or base interface of > it. The Id

is expression: library reference

2011-03-24 Thread Morlan
The library refernce has the following text concerning the is expression: 5. is ( Type Identifier : TypeSpecialization ) The condition is satisfied if Type is the same as TypeSpecialization, or if Type is a class and TypeSpecialization is a base class or base interface of it. The Identifier is de