Click or drag to resize

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)
Syntax
public bool Equals(
	Database other
)

Parameters

other
Type: VelocityDbDatabase
Other Database object

Return Value

Type: Boolean
true if matching; otherwise false
See Also