|  | 
| template<typename T , typename P , typename OtherAllocator > | 
| bool | Ogre::operator!= (STLAllocator< T, P > const &, OtherAllocator const &) | 
|  | determine equality, can memory from another allocator be released by this allocator, (ISO C++) 
 | 
|  | 
| template<typename T , typename T2 , typename P > | 
| bool | Ogre::operator!= (STLAllocator< T, P > const &, STLAllocator< T2, P > const &) | 
|  | determine equality, can memory from another allocator be released by this allocator, (ISO C++) 
 | 
|  | 
| template<typename T , typename P , typename OtherAllocator > | 
| bool | Ogre::operator== (STLAllocator< T, P > const &, OtherAllocator const &) | 
|  | determine equality, can memory from another allocator be released by this allocator, (ISO C++) 
 | 
|  | 
| template<typename T , typename T2 , typename P > | 
| bool | Ogre::operator== (STLAllocator< T, P > const &, STLAllocator< T2, P > const &) | 
|  | determine equality, can memory from another allocator be released by this allocator, (ISO C++) 
 | 
|  |