Gets true value if two assemblies are equal, otherwise gets false value.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public bool IsEqualTo( Assembly assembly ) |
| Visual Basic (Declaration) |
|---|
Public Function IsEqualTo ( _ assembly As Assembly _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsEqualTo( Assembly^ assembly ) |
Parameters
- assembly
- Type: PerpetuumSoft.DataModel.MsSql..::.Assembly