GenericCompareEqualsT Method | |
Determines whether the specified object instances are considered equal.
Namespace: LawoAssembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax 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:
BooleanRemarks See Also