Release 4.0.0-preview1-00267
[platform/core/csapi/tizenfx.git] / src / ElmSharp / ElmSharp / EvasCanvas.cs
old mode 100644 (file)
new mode 100755 (executable)
index 6355890..869a3b1
@@ -150,6 +150,11 @@ namespace ElmSharp
             }
         }
 
+        /// <summary>
+        /// Creates an Evas canvas handle.
+        /// </summary>
+        /// <param name="evasObject">EvasObject</param>
+        /// <returns>Handle IntPtr</returns>
         IntPtr CreateHandle(IntPtr evasObject)
         {
             return Interop.Evas.evas_object_evas_get(evasObject);
@@ -166,6 +171,14 @@ namespace ElmSharp
                 Action = action;
             }
 
+            /// <summary>
+            /// Indicates whether this instance and a specified object are equal.
+            /// </summary>
+            /// <param name="obj">The object to compare with the current instance.</param>
+            /// <returns>
+            /// true if obj and this instance are the same type and represent the same value.
+            /// otherwise, false.
+            /// </returns>
             public override bool Equals(object obj)
             {
                 EventData e = obj as EventData;