Click or drag to resize
ModuleSharedClassesDiff Method (ListBsonValue, ListBsonValue)

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

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

Parameters

p_X
Type: System.Collections.GenericListBsonValue

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

p_Y
Type: System.Collections.GenericListBsonValue

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

Return Value

Type: Boolean

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

See Also