 | ProcessingConfigurationEquals Method |
Indicates whether the current object is equal to another object of the same type.
Namespace: LynceeTec.InterfaceProcessingV2.ConfigurationsAssembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic virtual bool Equals(
ProcessingConfiguration configuration
)
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