Click or drag to resize
ModuleSharedClassesDiff Method (DictionaryInt64, Int64, DictionaryInt64, Int64)

[Missing <summary> documentation for "M:Biolomics.SharedClasses.ModuleSharedClasses.Diff(System.Collections.Generic.Dictionary{System.Int64,System.Int64},System.Collections.Generic.Dictionary{System.Int64,System.Int64})"]

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool Diff(
	Dictionary<long, long> p_X,
	Dictionary<long, long> p_Y
)

Parameters

p_X
Type: System.Collections.GenericDictionaryInt64, Int64

[Missing <param name="p_X"/> documentation for "M:Biolomics.SharedClasses.ModuleSharedClasses.Diff(System.Collections.Generic.Dictionary{System.Int64,System.Int64},System.Collections.Generic.Dictionary{System.Int64,System.Int64})"]

p_Y
Type: System.Collections.GenericDictionaryInt64, Int64

[Missing <param name="p_Y"/> documentation for "M:Biolomics.SharedClasses.ModuleSharedClasses.Diff(System.Collections.Generic.Dictionary{System.Int64,System.Int64},System.Collections.Generic.Dictionary{System.Int64,System.Int64})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Biolomics.SharedClasses.ModuleSharedClasses.Diff(System.Collections.Generic.Dictionary{System.Int64,System.Int64},System.Collections.Generic.Dictionary{System.Int64,System.Int64})"]

See Also