Umbraco.Belle.System.PropertyEditors.PropertyEditor.Equals C# (CSharp) Method

Equals() protected method

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

Same methods

PropertyEditor::Equals ( object obj ) : bool