Click or drag to resize

OidShortEquality Operator

Compares id of two OidShort

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public static bool operator ==(
	OidShort a,
	OidShort b
)

Parameters

a
Type: VelocityDbOidShort
first OidShort
b
Type: VelocityDbOidShort
other OidShort

Return Value

Type: Boolean
true if id's are ==
See Also