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.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax [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:
BooleanSee Also