public override int GetHashCode() { unchecked { int hashCode = (PathGeometryXaml != null ? PathGeometryXaml.GetHashCode() : 0); hashCode = (hashCode * 397) ^ (StreamGeometryXaml != null ? StreamGeometryXaml.GetHashCode() : 0); hashCode = (hashCode * 397) ^ (PathData != null ? PathData.GetHashCode() : 0); return(hashCode); } }