|
ExportEquals Method
|
Determines whether the current
Export 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 Export object is to be compared for equality.
Return Value
Booleantrue if the current
Export object is equal to
obj; otherwise false.
See Also