Determine if the specified
Type overrides the
implementation of GetHashCode from
Object Namespace: NHibernate.UtilAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static bool OverridesGetHashCode(
Type clazz
) |
Visual Basic |
---|
Public Shared Function OverridesGetHashCode ( _
clazz As Type _
) As Boolean |
Visual C++ |
---|
public:
static bool OverridesGetHashCode(
Type^ clazz
) |
Return Value
trueTruetruetrue (True in Visual Basic) if any type in the hierarchy overrides GetHashCode().
See Also