Umbraco.Belle.System.PropertyEditors.PropertyEditor.Equals C# (CSharp) 메소드

Equals() 보호된 메소드

protected Equals ( PropertyEditor other ) : bool
other PropertyEditor
리턴 bool
        protected bool Equals(PropertyEditor other)
        {
            return Id.Equals(other.Id);
        }

Same methods

PropertyEditor::Equals ( object obj ) : bool