 | XmlWrapperEquals Method (XmlWrapper) |
The equals.
Namespace: Slash.AI.BehaviorTrees.EditorAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic bool Equals(
XmlWrapper other
)
Public Function Equals (
other As XmlWrapper
) As Boolean
public:
bool Equals(
XmlWrapper^ other
)
member Equals :
other : XmlWrapper -> bool
Parameters
- other
- Type: Slash.AI.BehaviorTrees.EditorXmlWrapper
The other.
Return Value
Type:
Boolean The System.Boolean.
See Also