Click or drag to resize

OidShort.Inequality 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: VelocityDb.OidShort
first OidShort
b
Type: VelocityDb.OidShort
other OidShort

Return Value

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