[This is preliminary documentation and is subject to change.]
Performs logical equivalence testing of two schemas
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool IsEquivalentTo(
Schema other,
bool compareNames = true
)
public bool IsEquivalentTo(
Schema other,
bool compareNames = true
)
Public Function IsEquivalentTo (
other As Schema,
Optional compareNames As Boolean = true
) As Boolean
Public Function IsEquivalentTo (
other As Schema,
Optional compareNames As Boolean = true
) As Boolean
public:
bool IsEquivalentTo(
Schema^ other,
bool compareNames = true
)
public:
bool IsEquivalentTo(
Schema^ other,
bool compareNames = true
)
member IsEquivalentTo :
other : Schema *
?compareNames : bool
(* Defaults:
let _compareNames = defaultArg compareNames true
*)
-> bool
member IsEquivalentTo :
other : Schema *
?compareNames : bool
(* Defaults:
let _compareNames = defaultArg compareNames true
*)
-> bool
Return Value
Type:
Boolean