Click or drag to resize

disStructureEntityIDEquality 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.Network.DIS
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public static bool operator ==(
	disStructureEntityID e0,
	disStructureEntityID e1
)

Parameters

e0
Type: BSI.MACE.Network.DISdisStructureEntityID
First ID to compare.
e1
Type: BSI.MACE.Network.DISdisStructureEntityID
Second ID to compare.

Return Value

Type: Boolean
True if IDs are the same.
Remarks