$mermaidjs
Clean Architecture Demo
Loading...
Searching...
No Matches
TaskManagement.Domain.Common.ValueObject Class Referenceabstract
Inheritance diagram for TaskManagement.Domain.Common.ValueObject:
Collaboration diagram for TaskManagement.Domain.Common.ValueObject:

Public Member Functions

override bool Equals (object? obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (ValueObject? left, ValueObject? right)
 
static bool operator!= (ValueObject? left, ValueObject? right)
 

Protected Member Functions

IEnumerable< object?> GetEqualityComponents ()
 

Detailed Description

Definition at line 3 of file ValueObject.cs.

Member Function Documentation

◆ Equals()

override bool TaskManagement.Domain.Common.ValueObject.Equals ( object?  obj)

Definition at line 7 of file ValueObject.cs.

Here is the call graph for this function:

◆ GetEqualityComponents()

IEnumerable< object?> TaskManagement.Domain.Common.ValueObject.GetEqualityComponents ( )
abstractprotected
Here is the caller graph for this function:

◆ GetHashCode()

override int TaskManagement.Domain.Common.ValueObject.GetHashCode ( )

Definition at line 16 of file ValueObject.cs.

Here is the call graph for this function:

◆ operator!=()

static bool TaskManagement.Domain.Common.ValueObject.operator!= ( ValueObject left,
ValueObject right 
)
static

◆ operator==()

static bool TaskManagement.Domain.Common.ValueObject.operator== ( ValueObject left,
ValueObject right 
)
static

The documentation for this class was generated from the following file: