SuperMap.WindowsPhone.Core.Rectangle2D.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

${WP_core_Rectangle2D_method_GetHashCode_D}
public GetHashCode ( ) : int
Résultat int
        public override int GetHashCode()
        {
            return ((this.Left.GetHashCode() ^ this.Bottom.GetHashCode()) ^ this.Right.GetHashCode() ^ this.Top.GetHashCode());
        }