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
)
Public Function Equals (
x As OidShort,
y As OidShort
) As Boolean
public:
virtual bool Equals(
OidShort x,
OidShort y
) sealed
abstract Equals :
x : OidShort *
y : OidShort -> bool
override Equals :
x : OidShort *
y : OidShort -> bool
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