DatabaseEquals Method (Database, Database) |
Determines whether the specified objects are equal.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool Equals(
Database x,
Database y
)
Public Function Equals (
x As Database,
y As Database
) As Boolean
public:
virtual bool Equals(
Database^ x,
Database^ y
) sealed
abstract Equals :
x : Database *
y : Database -> bool
override Equals :
x : Database *
y : Database -> bool
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 if the specified objects are equal; otherwise,
.
Implements
IEqualityComparerTEquals(T, T)See Also