Click or drag to resize

ProcessingConfigurationEquals Method

Indicates whether the current object is equal to another object of the same type.

Namespace: LynceeTec.InterfaceProcessingV2.Configurations
Assembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public virtual bool Equals(
	ProcessingConfiguration configuration
)

Parameters

configuration  ProcessingConfiguration
 

Return Value

Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)
See Also