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