Click or drag to resize
GenericCompareEqualsT Method
Determines whether the specified object instances are considered equal.

Namespace: Lawo
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static bool Equals<T>(
	T obj1,
	T obj2
)

Parameters

obj1
Type: T
obj2
Type: T

Type Parameters

T
The type of the objects to compare.

Return Value

Type: Boolean
Remarks
Returns the return value of Equals(T, T) called on Default.
See Also