Click or drag to resize

DatabaseEquals Method (Database, Database)

Determines whether the specified objects are equal.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public bool Equals(
	Database x,
	Database y
)

Parameters

x
Type: VelocityDbDatabase
The first object of type T to compare.
y
Type: VelocityDbDatabase
The second object of type T to compare.

Return Value

Type: Boolean
true if the specified objects are equal; otherwise, false.

Implements

IEqualityComparerTEquals(T, T)
See Also