Opc.Ua.EncodeableObject.IsEqual C# (CSharp) 메소드

IsEqual() 공개 메소드

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