OidShortInequality 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
)
Public Shared Operator <> (
a As OidShort,
b As OidShort
) As Boolean
public:
static bool operator !=(
OidShort a,
OidShort b
)
static let inline (<>)
a : OidShort *
b : OidShort : bool
Parameters
- a
- Type: VelocityDbOidShort
first OidShort - b
- Type: VelocityDbOidShort
other OidShort
Return Value
Type:
Booleantrue if id's are !=
See Also