Point.op_Equality
Point Equality operator
演算子 ==. を実装します
public static bool operator ==(Point a, Point b)
パラメータ | タイプ | 説明 |
---|---|---|
a | Point | インスタンス。 |
b | Point | B インスタンス。 |
戻り値
演算子の結果。
関連項目
- class Point
- 名前空間 Aspose.Gis.Geometries
- 組み立て Aspose.GIS
演算子 ==. を実装します
public static bool operator ==(Point a, Point b)
パラメータ | タイプ | 説明 |
---|---|---|
a | Point | インスタンス。 |
b | Point | B インスタンス。 |
演算子の結果。