Click or drag to resize

OidShortEquals Method (OidShort, OidShort)

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(
	OidShort x,
	OidShort y
)

Parameters

x
Type: VelocityDbOidShort
The first object of type T to compare.
y
Type: VelocityDbOidShort
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