MALClient.Models.Models.Misc.AnimeWallpaperData.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( AnimeWallpaperData other ) : bool
other AnimeWallpaperData
return bool
        protected bool Equals(AnimeWallpaperData other)
        {
            return string.Equals(FileUrl, other.FileUrl);
        }

Same methods

AnimeWallpaperData::Equals ( object obj ) : bool
AnimeWallpaperData