Opc.Ua.EncodeableObject.IsEqual C# (CSharp) Method

IsEqual() public method

Checks if the value has changed.
public IsEqual ( IEncodeable encodeable ) : bool
encodeable IEncodeable
return bool
        public virtual bool IsEqual(IEncodeable encodeable)
        {
            throw new NotImplementedException("Subclass must implement this method.");
        }
        #endregion