Click or drag to resize

ArchiveDataBlockPointerEquals Method

Determines whether the current ArchiveDataBlockPointer object is equal to obj.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public override bool Equals(
	Object obj
)
View Source

Parameters

obj  Object
Object against which the current ArchiveDataBlockPointer object is to be compared for equality.

Return Value

Boolean
true if the current ArchiveDataBlockPointer object is equal to obj; otherwise false.
See Also