|
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.246-beta
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
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