Apply an "equal" constraint to the projection
            
Namespace: NHibernate.CriterionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public static SimpleExpression Eq( IProjection projection, Object value )  | 
| Visual Basic | 
|---|
Public Shared Function Eq ( _ projection As IProjection, _ value As Object _ ) As SimpleExpression  | 
| Visual C++ | 
|---|
public: static SimpleExpression^ Eq( IProjection^ projection, Object^ value )  | 
Parameters
- projection
 - Type: NHibernate.Criterion..::..IProjection
The projection. 
- value
 - Type: System..::..Object
The value for the Property. 
Return Value
[Missing <returns> documentation for "M:NHibernate.Criterion.Restrictions.Eq(NHibernate.Criterion.IProjection,System.Object)"]