TextEquals(Object) Method
Determines whether the specified
Object is equal to the current
Object.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
- obj Object
- The Object to compare with the current Object.
Booleantrue if the specified
Object is equal to the current
Object; otherwise, false.