Click or drag to resize
CMSString.Equals Method (Object, Object, Func<Object, String>)

Note: This API is now obsolete.

Determines whether two specified Objects return same string value when given a function

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Not used. Will be removed.")]
public static bool Equals(
	Object strA,
	Object strB,
	Func<Object, string> f
)

Parameters

strA
Type: System.Object
The first object to compare
strB
Type: System.Object
The second object to compare
f
Type: System.Func<Object, String>
Function to get strings to compare

Return Value

Type: Boolean
See Also