Compares by Id
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool Equals(
Oid x,
Oid y
)
Public Function Equals (
x As Oid,
y As Oid
) As Boolean
public:
virtual bool Equals(
Oid x,
Oid y
) sealed
abstract Equals :
x : Oid *
y : Oid -> bool
override Equals :
x : Oid *
y : Oid -> bool
Parameters
- x
- Type: VelocityDbOid
First object - y
- Type: VelocityDbOid
Second object
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VelocityDb.Oid.Equals(VelocityDb.Oid,VelocityDb.Oid)"]
Implements
IEqualityComparerTEquals(T, T)See Also