Skip to content

M_Aurora_Settings_FreeFormObject_Equals

Anton Pupkov edited this page Aug 8, 2016 · 1 revision

FreeFormObject.Equals Method (FreeFormObject)

An equals function, compares this instance of FreeFormObject to another instance of FreeFormObject and returns whether or not they are equal.

Namespace: Aurora.Settings
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)

Syntax

C#

public bool Equals(
	FreeFormObject p
)

Parameters

 

p
Type: Aurora.Settings.FreeFormObject
An instance of FreeFormObject to be compared

Return Value

Type: Boolean
A boolean value representing equality

See Also

Reference

FreeFormObject Class
Equals Overload
Aurora.Settings Namespace

Clone this wiki locally