DbGeography.SpatialEquals メソッド
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
この DbGeography が指定した DbGeography 引数と空間的に等しいかどうかを判断します。
名前空間: System.Data.Entity.Spatial
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public Function SpatialEquals ( _
other As DbGeography _
) As Boolean
'使用
Dim instance As DbGeography
Dim other As DbGeography
Dim returnValue As Boolean
returnValue = instance.SpatialEquals(other)
public bool SpatialEquals(
DbGeography other
)
public:
bool SpatialEquals(
DbGeography^ other
)
member SpatialEquals :
other:DbGeography -> bool
public function SpatialEquals(
other : DbGeography
) : boolean
パラメーター
- other
型 : System.Data.Entity.Spatial.DbGeography
この geography 値と等価性を比較する必要がある geography 値。
戻り値
型 : System.Boolean
other がこの geography 値と空間的に等しい場合は true。それ以外の場合は false。