AuraPhotoViewer.ResizeableWindow.RECT.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

Return the HashCode for this struct (not garanteed to be unique)
public GetHashCode ( ) : int
Résultat int
            public override int GetHashCode()
            {
                return left.GetHashCode() + top.GetHashCode() + right.GetHashCode() + bottom.GetHashCode();
            }