Click or drag to resize

InstanceHandleEquals Method

Determines whether the specified object is equal to the current object.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public override sealed bool Equals(
	Object other
)

Parameters

other
Type: SystemObject
The object to compare with the current object.

Return Value

Type: Boolean
if the specified object is equal to the current object; otherwise, .
See Also