このインスタンスと別の指定されたジオメトリ インスタンスの値が同じであるかどうかを判断します。
名前空間: System.Spatial
アセンブリ: System.Spatial (System.Spatial.dll)
構文
'宣言
Public Function Equals ( _
other As GeometryLineString _
) As Boolean
'使用
Dim instance As GeometryLineString
Dim other As GeometryLineString
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
GeometryLineString other
)
public:
bool Equals(
GeometryLineString^ other
)
member Equals :
other:GeometryLineString -> bool
public function Equals(
other : GeometryLineString
) : boolean
パラメーター
- other
型: System.Spatial.GeometryLineString
このインスタンスと比較するジオメトリ。
戻り値
型: System.Boolean
値パラメーターの値がこのインスタンスと同じ場合は true、それ以外の場合は false。