| WeaponSystemIDInequality Operator |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
By value comparison of structures.
Namespace:
BSI.MACE
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax public static bool operator !=(
WeaponSystemID e0,
WeaponSystemID e1
)
Public Shared Operator <> (
e0 As WeaponSystemID,
e1 As WeaponSystemID
) As Boolean
Parameters
- e0
- Type: BSI.MACEWeaponSystemID
First ID to compare. - e1
- Type: BSI.MACEWeaponSystemID
Second ID to compare.
Return Value
Type:
BooleanTrue if IDs are different.
Remarks See Also