ExtensionMethods..::..IsEqualTo<(Of <(<'TEntity>)>)> Method
Determines whether [is equal to] [the specified last].
Namespace:
RingSoft.DbLookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public static bool IsEqualTo<TEntity>( this TEntity first, TEntity last )
<ExtensionAttribute> _ Public Shared Function IsEqualTo(Of TEntity) ( _ first As TEntity, _ last As TEntity _ ) As Boolean
[ExtensionAttribute] public: generic<typename TEntity> static bool^ IsEqualTo( TEntity first, TEntity last )
Type Parameters
- TEntity
- The type of the t entity.
Parameters
- first
- Type: TEntity
The first.
- last
- Type: TEntity
The last.