Eplan Platform API
Eplan.EplApi.DataModel Namespace / PropertyValue Class / Equals Method / Equals(Object) Method
The object to compare with the current object.

In This Topic
    Equals(Object) Method
    In This Topic
    Determines whether the specified object is equal to the current object.
    Syntax
    public override bool Equals( 
       object obj
    )
    public:
    bool Equals( 
       Object^ obj
    ) override 

    Parameters

    obj
    The object to compare with the current object.

    Return Value

    true if the specified object is equal to the current object; otherwise, false.
    Remarks
    If member IsEmpty of compared property value is true then an empty string is used as a value for comparison.
    See Also