Click or drag to resize
CMSStringEquals Method (Object, Object, FuncObject, 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: SystemObject
The first object to compare
strB
Type: SystemObject
The second object to compare
f
Type: SystemFuncObject, String
Function to get strings to compare

Return Value

Type: Boolean
See Also