Click or drag to resize
ModuleSharedClasses. Diff Method (Dictionary(Of Int64, Int64) , Dictionary(Of Int64, 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 Shared Function Diff ( 
	p_X As Dictionary(Of Long, Long),
	p_Y As Dictionary(Of Long, Long)
) As Boolean

Parameters

p_X
Type: System.Collections.Generic.Dictionary(Of Int64, 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.Generic.Dictionary(Of Int64, 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