public static int GetHashCodeStatic(
T obj,
bool ignoreCascadeChanges
)Public Shared Function GetHashCodeStatic (
obj As T,
ignoreCascadeChanges As Boolean
) As Integerpublic:
static int GetHashCodeStatic(
T obj,
bool ignoreCascadeChanges
)static member GetHashCodeStatic :
obj : 'T *
ignoreCascadeChanges : bool -> int