Is this lock mode more restrictive than the given lock mode?

Namespace:  NHibernate
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function GreaterThan ( _
	mode As LockMode _
) As Boolean
C#
public bool GreaterThan(
	LockMode mode
)
Visual C++
public:
bool GreaterThan(
	LockMode^ mode
)
JavaScript
function greaterThan(mode);

Parameters

mode
Type: NHibernate..::.LockMode

See Also