DatabaseEquals Method (Database) |
Compares by version and page 0 offset
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic bool Equals(
Database other
)
Public Function Equals (
other As Database
) As Boolean
public:
bool Equals(
Database^ other
)
member Equals :
other : Database -> bool
Parameters
- other
- Type: VelocityDbDatabase
Other Database object
Return Value
Type:
Booleantrue if matching; otherwise
false
See Also