TcmInformation.Equals Method
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns a value that indicates whether two objects are equal.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Equals(Object) | Returns a value that indicates whether the provided object is equal to the current object. (Overrides Object.Equals(Object).) | |
Equals(TcmInformation) | Returns a value that indicates whether the provided TCM information object is equal to the current object. |
Top