Click or drag to resize

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
)

Parameters

other
Type: VelocityDbDatabase
Other Database object

Return Value

Type: Boolean
true if matching; otherwise false
See Also