Click or drag to resize

IOPortConditionEquals Method

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

Namespace: RAYLASE.Marker.Device
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to compare with the current object.

Return Value

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