CMSStringEquals Method (Object, Object, FuncObject, String) |
Determines whether two specified Objects return same string value when given a function
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax 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