PeriodEquals(Object) Method
This is overridden to allow proper comparison of Period objects
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Returns true if the object equals this instance, false if it does not
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public override bool Equals(
Object? obj
)VB
Public Overrides Function Equals (
obj As Object
) As BooleanC++
public:
virtual bool Equals(
Object^ obj
) overrideF#
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool Parameters
- obj Object
- The object to which this instance is compared
Return Value
BooleanReturns true if the object equals this instance, false if it does not