IOPortConditionEquals Method |
Determines whether the specified object is equal to the current object.
Namespace: RAYLASE.Marker.DeviceAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic 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