Click or drag to resize

InstanceHandleEquality Operator

Equals comparison operator.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public static bool operator ==(
	InstanceHandle x,
	InstanceHandle y
)

Parameters

x
Type: OpenDDSharp.DDSInstanceHandle
The left value for the comparison.
y
Type: OpenDDSharp.DDSInstanceHandle
The right value for the comparison.

Return Value

Type: Boolean
if the left object is equal to the right object; otherwise, .
See Also