Click or drag to resize

ExtensionMethodsSemanticEqualsTEntity Method

Determine semantic equality of each item in me and other

Namespace: SanteDB
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public static bool SemanticEquals<TEntity>(
	this IEnumerable<TEntity> me,
	IEnumerable<TEntity> other
)
where TEntity : IdentifiedData

Parameters

me  IEnumerableTEntity

[Missing <param name="me"/> documentation for "M:SanteDB.ExtensionMethods.SemanticEquals``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})"]

other  IEnumerableTEntity

[Missing <param name="other"/> documentation for "M:SanteDB.ExtensionMethods.SemanticEquals``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})"]

Type Parameters

TEntity

[Missing <typeparam name="TEntity"/> documentation for "M:SanteDB.ExtensionMethods.SemanticEquals``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})"]

Return Value

Boolean

[Missing <returns> documentation for "M:SanteDB.ExtensionMethods.SemanticEquals``1(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``0})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableTEntity. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also