|
ArchiveDataPointEquals Method
|
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-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 ArchiveDataPoint object is to be compared for equality.
Return Value
Booleantrue if the current
ArchiveDataPoint object is equal to
obj; otherwise false.
See Also