Are the two version values considered equal?
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
bool IsEqual( Object x, Object y ) |
Visual Basic |
---|
Function IsEqual ( _ x As Object, _ y As Object _ ) As Boolean |
Visual C++ |
---|
bool IsEqual( Object^ x, Object^ y ) |
Parameters
- x
- Type: System..::..Object
One value to check.
- y
- Type: System..::..Object
The other value to check.