DatabaseEquals Method (Database) |
Compares by version and page 0 offset
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public 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
falseSee Also