Click or drag to resize

disStructureModulationTypeEquality Operator

Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements.

[This is preliminary documentation and is subject to change.]

Comparison operator override.

Namespace:  BSI.MACE.Network.DIS
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public static bool operator ==(
	disStructureModulationType x,
	disStructureModulationType y
)

Parameters

x
Type: BSI.MACE.Network.DISdisStructureModulationType
Lest side struct to compare.
y
Type: BSI.MACE.Network.DISdisStructureModulationType
Right side struct to compare.

Return Value

Type: Boolean
True if equal.
See Also