Svg.Transforms.SvgTransform.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int
    	public override int GetHashCode()
		{
    		int hashCode = this.Matrix.GetHashCode();
			return hashCode;
		}