|
ExporterBaseEquals Method
|
Determines whether the current exporter object is equal to obj.
Namespace: GSF.Historian.ExportersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.207-beta
Syntax public:
virtual bool Equals(
Object^ obj
) override
View SourceParameters
- obj Object
- Object against which the current exporter object is to be compared for equality.
Return Value
Booleantrue if the current exporter object is equal to
obj; otherwise false.
See Also